Sha256: d90be6c347427cc413b72ac1c2ff8fcfd4a15f3b7dc2079bcc2d4dca644916d5
Contents?: true
Size: 961 Bytes
Versions: 24
Compression:
Stored size: 961 Bytes
Contents
<div class="filters-controls hide-for-mediumlarge"> <button data-open="filter-box" class="filters-controls__trigger" aria-controls="filter-box" aria-haspopup="dialog"> <%= t("filter", scope: "decidim.searches.filters_small_view") %> <%= icon "caret-bottom", class: "icon--small float-right", aria_label: t("unfold", scope: "decidim.searches.filters_small_view"), role: "img" %> </button> </div> <div class="reveal" id="filter-box" data-reveal role="dialog" aria-modal="true" aria-labelledby="filter-box-label"> <div class="reveal__header"> <h3 id="filter-box-label" class="reveal__title"><%= t("filter_by", scope: "decidim.searches.filters_small_view") %>:</h3> <button class="close-button" data-close aria-label="<%= 't("close_modal", scope: "decidim.searches.filters_small_view")' %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <div class="filters"> <%= render :filters %> </div> </div>
Version data entries
24 entries across 24 versions & 1 rubygems