Commit 45bc2358e157541d68214afaaf4cfa6969a0e9ab

Authored by MoisesMachado
1 parent a3bd56ab

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
app/views/search/_product_categories_menu.rhtml 0 → 100644
... ... @@ -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 +
... ...