edit.html.erb
6 lines
| 332 B
| text/plain
|
TextLexer
|
r7179 | <h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2> | ||
|
r2 | |||
|
r19 | <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %> | ||
<%= render :partial => 'form', :locals => { :f => f } %> | ||||
|
r12 | <%= submit_tag l(:button_save) %> | ||
|
r330 | <% end %> | ||