From e8085d8db480102061fa185b2dbea532275ff906 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 21 May 2009 14:21:37 -0300 Subject: [PATCH] ActionItem1047: missing a "back" button in CMS --- app/views/cms/view.rhtml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml index 0fd9f19..6978dba 100644 --- a/app/views/cms/view.rhtml +++ b/app/views/cms/view.rhtml @@ -10,6 +10,7 @@ <% end %> <%= lightbox_button('new', label_for_new_article(@article), :action => 'new', :parent_id => parent_id) %> <%= button('upload-file', _('Upload files'), :action => 'upload_files', :parent_id => parent_id) %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor', :action => "index") %> <% end %> <% if @article %> -- libgit2 0.21.2