Commit 45bc2358e157541d68214afaaf4cfa6969a0e9ab
1 parent
a3bd56ab
Exists in
master
and in
29 other branches
ActionItem510: oops, forgot to include new file
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2120 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<% if product_categories_menu %> | ||
2 | + <div id="product-categories-menu" class="product-search-filter"> | ||
3 | + <ul> | ||
4 | + <% product_categories_menu.each do |cat, hits| %> | ||
5 | + <li><%= link_to (cat.name + "(#{hits})"), params.merge({:product_category => cat.id}) %> </li> | ||
6 | + <% end %> | ||
7 | + </ul> | ||
8 | + </div> | ||
9 | +<% end %> | ||
10 | + |