Commit cfccb6db9240a7ab218e4299d04621e63c673669
Committed by
Antonio Terceiro
1 parent
4da4f1ee
Exists in
master
and in
28 other branches
Adding 'Products' to menu in the noosfero theme
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/designs/themes/noosfero/navigation.rhtml
1 | <li><a href="/assets/enterprises"><span class='icon-menu-enterprise'><%= _('Enterprises') %></span></a></li> | 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 | <li><a href="/assets/events"><span class='icon-menu-events'><%= _('Events') %></span></a></li> | 3 | <li><a href="/assets/events"><span class='icon-menu-events'><%= _('Events') %></span></a></li> |