Sha256: 294a49a534bdf29a3655dd4d85ef5ff1694d7b7624c41df86b5f403c843353d0
Contents?: true
Size: 635 Bytes
Versions: 6
Compression:
Stored size: 635 Bytes
Contents
<button class="order-by__button" id="dropdown-trigger-order" data-component="dropdown" data-target="dropdown-menu-order" data-open="false"> <%= 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" aria-hidden="true"> <% orders.each do |order_name| %> <%= order_link order_name, i18n_scope:, title: t("#{i18n_scope}.label"), 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