Sha256: 67c2d545fa77112e0b3524ca0c22b450182d07242ca22df6676fd451bdb3ec29
Contents?: true
Size: 527 Bytes
Versions: 12
Compression:
Stored size: 527 Bytes
Contents
<% if Alchemy::Attachment.tag_counts.any? %> <h3><%= Alchemy.t("Filter by tag") %></h3> <%= render Alchemy::Admin::ListFilter.new(".tag-list li") %> <ul> <%= render_tag_list('Alchemy::Attachment') %> </ul> <% if search_filter_params[:tagged_with].present? %> <%= link_to( render_icon(:times, 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
12 entries across 12 versions & 1 rubygems