Commit fed12cefb18465739bcf7ce06989f7a5a59f9e37

Authored by AntonioTerceiro
1 parent fddd11da

ActionItem65: adding link to admin panel



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@556 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -112,6 +112,7 @@ module ApplicationHelper @@ -112,6 +112,7 @@ module ApplicationHelper
112 links = [ 112 links = [
113 ( link_to_homepage(current_user.login) ), 113 ( link_to_homepage(current_user.login) ),
114 ( link_to(_('My account'), { :controller => 'account' }) ), 114 ( link_to(_('My account'), { :controller => 'account' }) ),
  115 + ( link_to(_('Admin'), { :controller => 'admin_panel' }) ),
115 ].join("\n") 116 ].join("\n")
116 content_tag('span', links, :id => 'user_links') 117 content_tag('span', links, :id => 'user_links')
117 end 118 end