Sha256: b3353d809226878bb1d091c2529b5c733f0508d28a7ffd243d8cee233a0a4aa8
Contents?: true
Size: 561 Bytes
Versions: 9
Compression:
Stored size: 561 Bytes
Contents
<div class="<%= params[:tagged_with].present? ? 'tag-list filtered' : 'tag-list' %>"> <h2><%= Alchemy.t("Filter by tag") %></h2> <%= js_filter_field '.tag-list li' %> <ul> <%= render_tag_list(resource_model.name) %> </ul> <% if params[:tagged_with].present? %> <%= link_to( render_icon('delete-small') + Alchemy.t('Remove tag filter'), url_for(tag_list_params.delete_if { |k, v| k == "tagged_with" }.merge(action: 'index')), remote: request.xhr?, class: 'button small with_icon please_wait' ) %> <% end %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems