Commit 7d94ca0532c2748d5b6a401fa9387f67c514573a
1 parent
28513273
Exists in
master
and in
28 other branches
recognize the main button_bar on profile_design
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/box_organizer/index.rhtml
1 | <h1><%= _('Editing sideboxes')%></h1> | 1 | <h1><%= _('Editing sideboxes')%></h1> |
2 | 2 | ||
3 | -<% button_bar do %> | 3 | +<% button_bar :class=>'design-menu' do %> |
4 | <%= colorbox_button('add', _('Add a block'), { :action => 'add_block' }) %> | 4 | <%= colorbox_button('add', _('Add a block'), { :action => 'add_block' }) %> |
5 | <%= button(:back, _('Back to control panel'), :controller => (profile.nil? ? 'admin_panel': 'profile_editor')) %> | 5 | <%= button(:back, _('Back to control panel'), :controller => (profile.nil? ? 'admin_panel': 'profile_editor')) %> |
6 | <% end %> | 6 | <% end %> |