diff --git a/app/views/search/_product_categories_menu.rhtml b/app/views/search/_product_categories_menu.rhtml index f6c4179..91defed 100644 --- a/app/views/search/_product_categories_menu.rhtml +++ b/app/views/search/_product_categories_menu.rhtml @@ -16,7 +16,7 @@ <% end %> <% end %> <% product_categories_menu.each do |cat, hits, childs| %> -
  • +
  • <%= link_to( cat.name + " " + content_tag('small', "(#{hits})"), params.merge({:product_category => cat.id}) @@ -38,76 +38,5 @@ - - <% end %> -- libgit2 0.21.2