Sha256: 7c3592ad574fefa6fb5bcbcbde2e3cafc72c1d19a7c56ab412141c1d7531b078
Contents?: true
Size: 654 Bytes
Versions: 6
Compression:
Stored size: 654 Bytes
Contents
<button class="order-by__button" id="dropdown-trigger-order" data-component="dropdown" data-target="dropdown-menu-order" data-open-md="true"> <%= icon "arrow-down-s-line" %> <%= icon "arrow-up-s-line" %> <span><%= t("#{i18n_scope}.label") %></span> </button> <div id="dropdown-menu-order" class="order-by"> <% orders.each do |order_name| %> <%= order_link order_name, i18n_scope:, title: t("#{i18n_scope}.label"), role: :menuitem, class: "button button__sm button__text-secondary #{order_name == order ? "underline font-bold" : "font-normal"}" %> <% end %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems