From e215fbd092394371875d36cb28cf377bee5a20fe Mon Sep 17 00:00:00 2001 From: GrazienoPellegrino Date: Mon, 18 Aug 2008 14:49:58 +0000 Subject: [PATCH] ActionItem623: right place for "Back to control panel" in "edit sideboxes" --- app/views/box_organizer/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/box_organizer/index.rhtml b/app/views/box_organizer/index.rhtml index 81d1dfc..767fb85 100644 --- a/app/views/box_organizer/index.rhtml +++ b/app/views/box_organizer/index.rhtml @@ -2,5 +2,5 @@ <% button_bar do %> <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> - <%= button(:back, _('Back to control panel'), :controller => 'environment_design') %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <% end %> -- libgit2 0.21.2