diff --git a/app/views/timelog/edit.html.erb b/app/views/timelog/edit.html.erb index 5ab977460..c9b575179 100644 --- a/app/views/timelog/edit.html.erb +++ b/app/views/timelog/edit.html.erb @@ -16,7 +16,7 @@
<%= f.text_field :comments, :size => 100 %>
<%= f.select :activity_id, activity_collection_for_select_options(@time_entry), :required => true %>
<% @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 %> <%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>