Module: Card::Set::All::OverlayGuide::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod011-edit/all/overlay_guide.rb
Instance Method Summary collapse
Instance Method Details
#view: overlay_guide ⇒ Object
9 10 11 12 13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod011-edit/all/overlay_guide.rb', line 9 view :overlay_guide, cache: :never, unknown: true, template: :haml, wrap: { slot: { class: "_overlay d0-card-overlay card nodblclick" } } do # TODO: use a common template for this and the nest editor # (the common thing is that they both are an overlay of the board sidebar) # and maybe make it look more like the overlay on the left with the same close icon end |