Commit e215fbd092394371875d36cb28cf377bee5a20fe
1 parent
6058722d
Exists in
master
and in
29 other branches
ActionItem623: right place for "Back to control panel" in "edit sideboxes"
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2401 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/box_organizer/index.rhtml
@@ -2,5 +2,5 @@ | @@ -2,5 +2,5 @@ | ||
2 | 2 | ||
3 | <% button_bar do %> | 3 | <% button_bar do %> |
4 | <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> | 4 | <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> |
5 | - <%= button(:back, _('Back to control panel'), :controller => 'environment_design') %> | 5 | + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> |
6 | <% end %> | 6 | <% end %> |