new.rhtml
5 lines
| 250 B
| text/html+ruby
|
RhtmlLexer
|
r12 | <h2><%=l(:label_role_new)%></h2> | |
|
r330 | ||
|
r19 | <% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %> | |
<%= render :partial => 'form', :locals => { :f => f } %> | |||
|
r12 | <%= submit_tag l(:button_create) %> | |
|
r19 | <% end %> |