Sha256: f899cfa1a89bbd7ad09ab79e8f723f0740951ad3bf7c772713d2d42655cd5a80
Contents?: true
Size: 737 Bytes
Versions: 12
Compression:
Stored size: 737 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
12 entries across 12 versions & 1 rubygems