Module: Card::Set::Abstract::HamlFile::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod003-content/abstract/haml_file.rb
Instance Method Summary collapse
Instance Method Details
#haml_locals ⇒ Object
23 24 25 |
# File 'platypus/tmp/set/gem-defaults/mod003-content/abstract/haml_file.rb', line 23 def haml_locals {} end |
#view: core ⇒ Object
27 28 29 |
# File 'platypus/tmp/set/gem-defaults/mod003-content/abstract/haml_file.rb', line 27 view :core do haml card.content, haml_locals end |
#view: input ⇒ Object
19 20 21 |
# File 'platypus/tmp/set/gem-defaults/mod003-content/abstract/haml_file.rb', line 19 view :input do "Content is managed by code and cannot be edited" end |