Sha256: 4bb7830e5809b8d58d78d18c8d3753386373b8b98c6d183ef2f06dd9a63260cd

Contents?: true

Size: 646 Bytes

Versions: 28

Compression:

Stored size: 646 Bytes

Contents

<ol class="list-group pt-2">
  <% option_groups.each do |group_title, group, group_options| %>
    <li class="list-group-item d-flex justify-content-between align-items-start">
      <div class="ms-2 me-auto">
        <a style="font-size: 0.8rem;" href="#<%= ActiveElement::Components::Util::I18n.class_name(group_title) %>">
          <%= group_title %>
        </a>
      </div>
      <% if group_options.key?(:count) %>
        <span
          class="badge bg-<%= group_options[:count].positive? ? 'primary' : 'secondary' %> rounded-pill">
            <%= group_options[:count] %>
          </span>
      <% end %>
    </li>
  <% end %>
</ol>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.30 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.29 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.28 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.27 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.26 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.24 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.23 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.22 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.21 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.19 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.18 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.17 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.16 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.15 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.14 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.13 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.12 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.11 app/views/active_element/components/form/_option_groups_summary.html.erb
active_element-0.0.10 app/views/active_element/components/form/_option_groups_summary.html.erb