blob: 0e5dfeb9c89e4e735970a35b4daa4dce154b6d98 (
plain)
1
2
3
4
5
6
|
<h2><%= link_to l(:label_role_plural), roles_path %> » <%=l(:label_role_new)%></h2>
<%= labelled_form_for @role do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>
|