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_localsObject



23
24
25
# File 'platypus/tmp/set/gem-defaults/mod003-content/abstract/haml_file.rb', line 23

def haml_locals
  {}
end

#view: coreObject



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: inputObject



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