Sha256: f0ba09fa8575f01fcf191f652335b3f96910903ad53a394cdae29f97e1d9eaf1
Contents?: true
Size: 816 Bytes
Versions: 2
Compression:
Stored size: 816 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right # Set: All "+Help" cards # module Help; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-help/set/right/help.rb"; end include_set Abstract::TemplatedNests module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat view :popover do popover_link _render_core end def quick_editor # TODO: refactor when voo.input_type is ready. (and use class_up) formgroup "Content", input: :content, help: false do text_field :content, value: card.content, class: "d0-card-content _submit-after-typing" end end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-help/set/right/help.rb ~~
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
card-1.101.7 | tmpsets/set/mod028-card-mod-help/right/help.rb |
card-1.101.6 | tmpsets/set/mod028-card-mod-help/right/help.rb |