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

File last commit:

r11162:ee1d9647b86f
r12381:d302450731e8
Show More
_form.html.erb
8 lines | 257 B | text/plain | TextLexer
<%= error_messages_for @group %>
<div class="box tabular">
<p><%= f.text_field :name, :required => true, :size => 60 %></p>
<% @group.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :group, value %></p>
<% end %>
</div>