edit.html.erb
6 lines
| 201 B
| text/plain
|
TextLexer
|
r11820 | <%= title [l(:label_role_plural), roles_path], @role.name %> | ||
|
r2 | |||
|
r9346 | <%= labelled_form_for @role do |f| %> | ||
|
r19 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r12 | <%= submit_tag l(:button_save) %> | ||
|
r330 | <% end %> | ||