Chris@909:
<%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=l(:label_role_new)%>
Chris@909:
Chris@909: <% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %>
Chris@909: <%= render :partial => 'form', :locals => { :f => f } %>
Chris@909: <%= submit_tag l(:button_create) %>
Chris@909: <% end %>