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