Sha256: 5d457f036730a0e07930eef9530f097f47dfddb74c56265a453fa9fcaffb8520
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class All # Set: All cards (OverlayGuide) # module OverlayGuide; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/edit/set/all/overlay_guide.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat 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 bridge sidebar) # and maybe make it look more like the overlay on the left with the same close icon end end end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/edit/set/all/overlay_guide.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod011-edit/all/overlay_guide.rb |