Chris@0:

<%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %>

Chris@0: Chris@0: <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %> Chris@0: <%= render :partial => 'form', :locals => { :f => f } %> Chris@0: <%= submit_tag l(:button_save) %> Chris@0: <% end %>