6 lines
201 B
Text
6 lines
201 B
Text
<%= title [l(:label_role_plural), roles_path], @role.name %>
|
|
|
|
<%= labelled_form_for @role do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|