Sha256: e2c8a4ca5068475b9ef03b5c30a8132bf3b7407ee9ca3ee7226faafacf271b81
Contents?: true
Size: 524 Bytes
Versions: 11
Compression:
Stored size: 524 Bytes
Contents
<% p = params.dup %> <% 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', p) %> </ul> <% if p[:tagged_with].present? %> <%= link_to( render_icon('delete-small') + Alchemy.t('Remove tag filter'), url_for(p.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
11 entries across 11 versions & 1 rubygems