Commit e8085d8db480102061fa185b2dbea532275ff906

Authored by Antonio Terceiro
1 parent 8ddadfe7

ActionItem1047: missing a "back" button in CMS

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/cms/view.rhtml
... ... @@ -10,6 +10,7 @@
10 10 <% end %>
11 11 <%= lightbox_button('new', label_for_new_article(@article), :action => 'new', :parent_id => parent_id) %>
12 12 <%= button('upload-file', _('Upload files'), :action => 'upload_files', :parent_id => parent_id) %>
  13 + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor', :action => "index") %>
13 14 <% end %>
14 15  
15 16 <% if @article %>
... ...