Commit 711267737d0838297f8330d1919536de559c2a43

Authored by JoenioCosta
1 parent 0fc7cb99

ActionItem428: add link to manage enterprises


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1993 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/admin_panel/index.rhtml
... ... @@ -9,4 +9,5 @@
9 9 <li><%= link_to _('Manage Categories'), :controller => 'categories'%></li>
10 10 <li><%= link_to _('Manage User roles'), :controller => 'role' %></li>
11 11 <li><%= link_to _('Manage Validators by region'), :controller => 'region_validators' %></li>
  12 + <li><%= link_to _('Manage Enterprises'), :controller => 'enterprises' %></li>
12 13 </ul>
... ...