Sha256: 09754ac8b8490841a8d4fe115dc39c786f6d150475de013c7583d21a4b1e20af
Contents?: true
Size: 524 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-3.3.0.rc2 | app/views/alchemy/admin/pictures/_tag_list.html.erb |
alchemy_cms-3.3.0.rc1 | app/views/alchemy/admin/pictures/_tag_list.html.erb |