Commit cdc758f7c20a12160755ef031794ecc3c7ac4987
1 parent
b7249c31
Exists in
master
and in
29 other branches
ActionItem6: Adding link 'my enterprises'
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@181 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -84,6 +84,7 @@ module ApplicationHelper |
84 | 84 | [ _('My accont'), { :controller => 'account' } ], |
85 | 85 | [ _('My profile'), { :controller => 'ble'} ], |
86 | 86 | [ _('My groups'), { :controller => 'bli'} ], |
87 | + [ _('My enterprises'), { :controller => 'enterprise'}] | |
87 | 88 | ].map do |link| |
88 | 89 | link_to link[0], link[1] |
89 | 90 | end.join(' ') | ... | ... |