Chris@1296:

<%= link_to l(:label_role_plural), roles_path %> » <%=l(:label_role_new)%>

Chris@1296: Chris@1296: <%= labelled_form_for @role do |f| %> Chris@1296: <%= render :partial => 'form', :locals => { :f => f } %> Chris@1296: <%= submit_tag l(:button_create) %> Chris@1296: <% end %>