Sha256: 3d13f12da9000f44051a919d3c79ea151a29f05baca0cad08e653403c1a30cee
Contents?: true
Size: 519 Bytes
Versions: 9
Compression:
Stored size: 519 Bytes
Contents
<% if Alchemy::Picture.tag_counts.any? %> <h2><%= Alchemy.t("Filter by tag") %></h2> <%= js_filter_field '.tag-list li' %> <ul> <%= render_tag_list('Alchemy::Picture') %> </ul> <% if params[:tagged_with].present? %> <%= link_to( render_icon('delete-small') + Alchemy.t('Remove tag filter'), url_for(tag_list_params.delete_if { |k, v| k == "tagged_with" }.merge(action: 'index')), remote: request.xhr?, class: 'button small with_icon please_wait' ) %> <% end %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems