Module: Card::Set::Right::ContentOptionView::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod005-list/right/content_option_view.rb
Instance Method Summary collapse
Instance Method Details
#quick_edit ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'platypus/tmp/set/gem-defaults/mod005-list/right/content_option_view.rb', line 11 def quick_edit if card.left.prototype_default_card&.try(:show_content_options?) && card.left.prototype.rule_card(:input_type)&.supports_content_option_view? super else "" end end |