Sha256: 7877a613c99e6fc655fccb7704ac6c27a83a6728c64adc7a73cae54e3dadad10
Contents?: true
Size: 521 Bytes
Versions: 15
Compression:
Stored size: 521 Bytes
Contents
<% if Alchemy::Picture.tag_counts.any? %> <h3><%= Alchemy.t("Filter by tag") %></h3> <%= render Alchemy::Admin::ListFilter.new(".tag-list li") %> <ul> <%= render_tag_list('Alchemy::Picture') %> </ul> <% if search_filter_params[:tagged_with].present? %> <%= link_to( render_icon(:close, size: '1x') + Alchemy.t('Remove tag filter'), url_for(search_filter_params.except(:tagged_with)), remote: request.xhr?, class: 'secondary button small with_icon' ) %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems