##// END OF EJS Templates
Removes duplicate ids (#15485)....
Removes duplicate ids (#15485). git-svn-id: http://svn.redmine.org/redmine/trunk@12655 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11820:f3241385cd7b
r12380:d3106af830b0
Show More
new.html.erb
6 lines | 211 B | text/plain | TextLexer
<%= title [l(:label_role_plural), roles_path], l(:label_role_new) %>
<%= labelled_form_for @role do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>