Module: Card::Set::Rule::BridgeRulesEditor::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- tmpsets/set/mod022-rules/rule/bridge_rules_editor.rb
Instance Method Summary collapse
Instance Method Details
#setting_link ⇒ Object
33 34 35 36 37 38 39 |
# File 'tmpsets/set/mod022-rules/rule/bridge_rules_editor.rb', line 33 def setting_link wrap_with :div, class: "ml-auto" do # FIXME: hardcoded count link_to_card card.rule_setting_name, " (37 #{card.rule_setting_title} rules)", class: "text-muted", target: "wagn_setting" end end |