Commit cc56cb6565e813f1fc5634290df0e1184a82a60e

Authored by AntonioTerceiro
1 parent fed12cef

ActionItem65: adding links to stuff already done



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@557 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/views/admin_panel/index.rhtml
... ... @@ -4,6 +4,7 @@
4 4  
5 5 <ul>
6 6 <li><%= link_to _('Enable/disable features'), :controller => 'features' %></li>
7   - <li><%= link_to _('Manage Tags'), :controller => 'manage_tags' %></li>
8 7 <li><%= link_to _('Edit the Visual Design'), :controller => 'edit_template'%></li>
  8 + <li><%= link_to _('Manage Categories'), :controller => 'categories'%></li>
  9 + <li><%= link_to _('Manage User roles'), :controller => 'role' %></li>
9 10 </ul>
... ...