9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
|
<h2><%=_('New role')%></h2>
|
||
|
|
||
|
<%= start_form_tag ({ :action => 'new' }, :id => 'role_form') %>
|
||
|
<%= render :partial => 'form' %>
|
||
|
|
||
|
<br /><%= submit_tag _('Create') %>
|
||
|
<%= end_form_tag %>
|
||
|
|