index.rhtml 264 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 <h1><%= _('Editing sideboxes')%></h1> <% button_bar do %> <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> <%= button(:back, _('Back to control panel'), :controller => (profile.nil? ? 'admin_panel': 'profile_editor')) %> <% end %>