Sha256: 6b39d668e85b6a3fa9f8c3f7b9c3517c447873d392eef1ca1e4c00eacdcdd594

Contents?: true

Size: 482 Bytes

Versions: 9

Compression:

Stored size: 482 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(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

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/pictures/_tag_list.html.erb