Sha256: d2d732fddf9a4318de7664e5b24ca5b75c55b7ac55a881fad0f800a0397ef118

Contents?: true

Size: 650 Bytes

Versions: 19

Compression:

Stored size: 650 Bytes

Contents

- heading_id =  "heading-#{group_key}"
- collapse_id = "collapse-#{card.name.safe_key}-#{group_key}"
.card
  .card-header{ role: "tab", id: heading_id }
    %h5.mb-0
      = link_to (Card::Setting.group_names[group_key] || group_key.to_s),
                href: "##{collapse_id}",
                "data-toggle": "collapse",   "aria-expanded": "false",
                "data-parent": "#accordion", "aria-controls": collapse_id
.panel-collapse.collapse{ id: collapse_id,
                          role: "tabpanel",
                          "aria-labelledby": heading_id }
  .card-body
    = rules_table card.visible_settings(group_key).map(&:codename)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
card-1.98.3 mod/rules/set/type/set/html_views/group_panel.haml
card-1.98.2 mod/rules/set/type/set/html_views/group_panel.haml
card-1.98.1 mod/rules/set/type/set/html_views/group_panel.haml
card-1.98.0 mod/rules/set/type/set/html_views/group_panel.haml
card-1.97.0.1 mod/rules/set/type/set/html_views/group_panel.haml
card-1.97.0 mod/rules/set/type/set/html_views/group_panel.haml
card-1.96.8 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.7 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.6 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.5 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.4 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.3 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.2 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.1 mod/standard/set/type/set/html_views/group_panel.haml
card-1.96.0 mod/standard/set/type/set/html_views/group_panel.haml
card-1.95.3 mod/standard/set/type/set/html_views/group_panel.haml
card-1.95.2 mod/standard/set/type/set/html_views/group_panel.haml
card-1.95.1 mod/standard/set/type/set/html_views/group_panel.haml
card-1.95.0 mod/standard/set/type/set/html_views/group_panel.haml