Sha256: 844aa9c0c1cf8c9fd47eac134545c4e3b5c486b336978cf434e906929e73e243

Contents?: true

Size: 486 Bytes

Versions: 17

Compression:

Stored size: 486 Bytes

Contents

<% if Alchemy::Picture.tag_counts.any? %>
  <h3><%= Alchemy.t("Filter by tag") %></h3>
  <%= js_filter_field '.tag-list li' %>
  <ul>
    <%= render_tag_list('Alchemy::Picture') %>
  </ul>
  <% if search_filter_params[:tagged_with].present? %>
    <%= link_to(
      render_icon(:close) + Alchemy.t('Remove tag filter'),
      url_for(search_filter_params.except(:tagged_with)),
      remote: request.xhr?,
      class: 'secondary button small with_icon'
    ) %>
  <% end %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/pictures/_tag_list.html.erb