Sha256: f2e0ed4cffad94be0cd460b3af71580799d833bddc30c6cea058cd82362e86fd
Contents?: true
Size: 862 Bytes
Versions: 8
Compression:
Stored size: 862 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/ethan/dev/decko/gem/card-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/ethan/dev/decko/gem/card-mod-edit/set/all/overlay_guide.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems