summaryrefslogtreecommitdiffstats
path: root/app/views/roles/new.rhtml
blob: a73c36cb1f805d8efea1dbc4f37b5b4b41e78b04 (plain)
1
2
3
4
5
6
<h2><%=l(:label_role_new)%></h2> 

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