Sha256: e54062d2811b121310714b4d7659e98fcb3f51ac0f1bd2d092e8edb0e89ff11f
Contents?: true
Size: 488 Bytes
Versions: 9
Compression:
Stored size: 488 Bytes
Contents
<% if Alchemy::Attachment.tag_counts.any? %> <h2><%= Alchemy.t("Filter by tag") %></h2> <%= js_filter_field '.tag-list li' %> <ul> <%= render_tag_list('Alchemy::Attachment') %> </ul> <% if params[:tagged_with].present? %> <%= link_to( render_icon('delete-small') + Alchemy.t('Remove tag filter'), url_for(search_filter_params.except(:tagged_with)), remote: request.xhr?, class: 'button small with_icon please_wait' ) %> <% end %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems