##// END OF EJS Templates
Added :view_timelog_edit_form_bottom hook to the timelog/edit form....
Eric Davis -
r1958:7c99f8ad11c0
parent child
Show More
@@ -13,6 +13,7
13 13 <% @time_entry.custom_field_values.each do |value| %>
14 14 <p><%= custom_field_tag_with_label :time_entry, value %></p>
15 15 <% end %>
16 <%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>
16 17 </div>
17 18
18 19 <%= submit_tag l(:button_save) %>
General Comments 0
You need to be logged in to leave comments. Login now