Sha256: 67c2d545fa77112e0b3524ca0c22b450182d07242ca22df6676fd451bdb3ec29

Contents?: true

Size: 527 Bytes

Versions: 12

Compression:

Stored size: 527 Bytes

Contents

<% if Alchemy::Attachment.tag_counts.any? %>
  <h3><%= Alchemy.t("Filter by tag") %></h3>
  <%= render Alchemy::Admin::ListFilter.new(".tag-list li") %>
  <ul>
    <%= render_tag_list('Alchemy::Attachment') %>
  </ul>
  <% if search_filter_params[:tagged_with].present? %>
    <%= link_to(
      render_icon(:times, size: '1x') + 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

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-7.3.4 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/attachments/_tag_list.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/attachments/_tag_list.html.erb