Commit 8fc70436fd8993dceab0949f414f73576c6b0e4e
1 parent
ed7b126e
Exists in
master
and in
28 other branches
ActionItem0: adding link to edit_template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@343 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -94,6 +94,7 @@ module ApplicationHelper |
94 | 94 | ( link_to(_('My accont'), { :controller => 'account' }) ), |
95 | 95 | ( link_to_profile(_('My home page')) ), |
96 | 96 | ( link_to_cms(_('Manage content')) ), |
97 | + ( link_to (_('Manage layout')), :controller => 'edit_template' ), | |
97 | 98 | ( link_to(_('My enterprises'), { :controller => 'enterprise' }) ), |
98 | 99 | ].join("\n") |
99 | 100 | content_tag('span', links, :id => 'user_links') | ... | ... |