Commit cfccb6db9240a7ab218e4299d04621e63c673669

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent 4da4f1ee

Adding 'Products' to menu in the noosfero theme

public/designs/themes/noosfero/navigation.rhtml
1 1 <li><a href="/assets/enterprises"><span class='icon-menu-enterprise'><%= _('Enterprises') %></span></a></li>
  2 +<li><a href="/assets/products"><span class='icon-menu-product'><%= _('Products') %></span></a></li>
2 3 <li><a href="/assets/events"><span class='icon-menu-events'><%= _('Events') %></span></a></li>
... ...