]> source.dussan.org Git - redmine.git/commitdiff
Added :view_timelog_edit_form_bottom hook to the timelog/edit form.
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Oct 2008 20:29:38 +0000 (20:29 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Oct 2008 20:29:38 +0000 (20:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1960 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/timelog/edit.rhtml

index 0dd3503ec8d9d58030a0631e2f97c5444d989517..c403d8f2519dfc11e22610cc2cd1873aba19cff9 100644 (file)
@@ -13,6 +13,7 @@
 <% @time_entry.custom_field_values.each do |value| %>\r
        <p><%= custom_field_tag_with_label :time_entry, value %></p>\r
 <% end %>\r
+<%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>\r
 </div>\r
 \r
 <%= submit_tag l(:button_save) %>\r