@@ -13,6 +13,7 | |||||
13 | <% @time_entry.custom_field_values.each do |value| %> |
|
13 | <% @time_entry.custom_field_values.each do |value| %> | |
14 | <p><%= custom_field_tag_with_label :time_entry, value %></p> |
|
14 | <p><%= custom_field_tag_with_label :time_entry, value %></p> | |
15 | <% end %> |
|
15 | <% end %> | |
|
16 | <%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %> | |||
16 | </div> |
|
17 | </div> | |
17 |
|
18 | |||
18 | <%= submit_tag l(:button_save) %> |
|
19 | <%= submit_tag l(:button_save) %> |
General Comments 0
You need to be logged in to leave comments.
Login now