Sha256: c8bfcfa9f35efbd98c8f8b052d32e7dde7624859aaee3209742f4ce3d8cfc154
Contents?: true
Size: 674 Bytes
Versions: 100
Compression:
Stored size: 674 Bytes
Contents
<div class="filters-controls hide-for-mediumlarge"> <button data-open="filter-box" class="filters-controls__trigger"> <%= t ".filter" %> <%= icon "caret-bottom", class: "icon--small float-right", aria_label: t(".unfold"), role: "img" %> </button> </div> <div class="reveal" id="filter-box" data-reveal> <div class="reveal__header"> <h3 class="reveal__title"><%= t ".filter_by" %>:</h3> <button class="close-button" data-close aria-label="<%= t(".close_modal") %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <div class="filters"> <%= render partial: "filters", locals: { type: :small } %> </div> </div>
Version data entries
100 entries across 96 versions & 8 rubygems