Sha256: c395290008d690ff745aabb93d8bc884c7c914261e8ac507035f7d355296dd57

Contents?: true

Size: 435 Bytes

Versions: 38

Compression:

Stored size: 435 Bytes

Contents

<% p = params.dup %>
<h2><%= _t("Filter by tag") %></h2>
<%= js_filter_field '#tag_list li' %>
<ul>
  <%= render_tag_list('Alchemy::Attachment', 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 %>

Version data entries

38 entries across 38 versions & 2 rubygems

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