2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_role_new)%></h2>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2006-09-02 13:33:23 +00:00
|
|
|
<% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= submit_tag l(:button_create) %>
|
2006-09-02 13:33:23 +00:00
|
|
|
<% end %>
|