Sha256: f22515a228cf5de7c01d43bc9be214c3c2a44ab4dce7837271045935303bd76d

Contents?: true

Size: 498 Bytes

Versions: 136

Compression:

Stored size: 498 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(:times, size: 'xs') + 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

136 entries across 136 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/pictures/_tag_list.html.erb