Custom fields display on bulk edit form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-10 08:44:46 +00:00
parent 3dcd71a082
commit 8d6af1fcb0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<% end %>
<% @custom_fields.each do |custom_field| %>
<p><label><%= h(custom_field.name) %> <%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %></label></p>
<p><label><%= h(custom_field.name) %></label> <%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %></p>
<% end %>
<%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %>