Sha256: 8fca72c1a8d4df4f35a958e1b7e3fab6641d6d667910d25a6169920c94f4f186
Contents?: true
Size: 591 Bytes
Versions: 153
Compression:
Stored size: 591 Bytes
Contents
<div class="tag-list<%= ' with_filter_bar' if resource_has_filters %><%= ' filtered' if search_filter_params[:tagged_with].present? %>"> <h3><%= Alchemy.t("Filter by tag") %></h3> <%= js_filter_field '.tag-list li' %> <ul> <%= render_tag_list(resource_model.name) %> </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 %> </div>
Version data entries
153 entries across 153 versions & 1 rubygems