Merge pull request #1441 from consul/search-attribute
removes wrong search attribute
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
<% taggable.tag_list_with_limit(limit).each do |tag| %>
|
<% taggable.tag_list_with_limit(limit).each do |tag| %>
|
||||||
<li class="inline-block">
|
<li class="inline-block">
|
||||||
<%= link_to sanitize(tag.name),
|
<%= link_to sanitize(tag.name),
|
||||||
taggables_path(taggable.class.name.underscore, tag.name),
|
taggables_path(taggable.class.name.underscore, tag.name) %></li>
|
||||||
search: tag.name %></li>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if taggable.tags_count_out_of_limit(limit) > 0 %>
|
<% if taggable.tags_count_out_of_limit(limit) > 0 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user