Sha256: 96ebc34b16eec65601b45d84e570c3ed24bb62aafb5cb9566e0112d4bd684b4e

Contents?: true

Size: 504 Bytes

Versions: 151

Compression:

Stored size: 504 Bytes

Contents

<% if Alchemy::Attachment.tag_counts.any? %>
  <h3><%= Alchemy.t("Filter by tag") %></h3>
  <%= js_filter_field '.tag-list li' %>
  <ul>
    <%= render_tag_list('Alchemy::Attachment') %>
  </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

151 entries across 151 versions & 1 rubygems

Version Path
alchemy_cms-6.0.4 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.3 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.2 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.1 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.0 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.2.7 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-5.0.10 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-4.6.7 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/admin/attachments/_tag_list.html.erb