Commit 7bc4e5ce1c1f6bd8d6c9a05ea31622ea8c94bc17
1 parent
cc9983e8
Exists in
master
and in
28 other branches
ActionItem501: fixed misslinked back button in enviroment design
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2247 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 | 2 | |
3 | 3 | <% button_bar do %> |
4 | 4 | <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> |
5 | - <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> | |
5 | + <%= button(:back, _('Back to control panel'), :controller => 'environment_design') %> | |
6 | 6 | <% end %> | ... | ... |