diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index b4604779e..010011fe8 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -26,7 +26,7 @@

<%= time_entry.text_field :comments, :size => 60 %>

<% @time_entry.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :time_entry, value %>

+

<%= custom_field_tag_with_label :time_entry, value %>

<% end %> <% end %>