Sha256: c395290008d690ff745aabb93d8bc884c7c914261e8ac507035f7d355296dd57
Contents?: true
Size: 435 Bytes
Versions: 38
Compression:
Stored size: 435 Bytes
Contents
<% p = params.dup %> <h2><%= _t("Filter by tag") %></h2> <%= js_filter_field '#tag_list li' %> <ul> <%= render_tag_list('Alchemy::Attachment', p) %> </ul> <% if p[:tagged_with].present? %> <%= link_to( render_icon('delete-small') + _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 %>
Version data entries
38 entries across 38 versions & 2 rubygems