Sha256: 1461d23ed077ae57fb96fbd659ac9c6300faae6d1399152e56bc1fae20c91885
Contents?: true
Size: 1.03 KB
Versions: 24
Compression:
Stored size: 1.03 KB
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 partial: "decidim/shared/participatory_space_filters/filters", locals: { checkboxes_on_top: true } %> </div> </div>
Version data entries
24 entries across 24 versions & 1 rubygems