Sha256: fcbd751aeb3cdff202c18b6977d81b97f3876803488be5422ce0dc48eb5a2da9

Contents?: true

Size: 510 Bytes

Versions: 38

Compression:

Stored size: 510 Bytes

Contents

<% p = params.dup %>
<% if Alchemy::Picture.tag_counts.any? %>
  <h2><%= _t("Filter by tag") %></h2>
  <%= js_filter_field '#tag_list li' %>
  <ul>
    <%= render_tag_list('Alchemy::Picture', p) %>
  </ul>
  <% if p[:tagged_with].present? %>
    <%= link_to(
      render_icon('delete-small') + _t('Remove tag filter'),
      url_for(p.delete_if { |k, v| k == "tagged_with" }.merge(action: 'index')),
      remote: request.xhr?,
      class: 'button small with_icon please_wait'
    ) %>
  <% end %>
<% end %>

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/pictures/_tag_list.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-2.9.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.0.4 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/pictures/_tag_list.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/pictures/_tag_list.html.erb