]> source.dussan.org Git - redmine.git/commitdiff
Added :view_issues_edit_notes_bottom hook
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 3 Dec 2008 23:18:12 +0000 (23:18 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 3 Dec 2008 23:18:12 +0000 (23:18 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2087 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_edit.rhtml

index 2c7a4286edafd37f09d67ce480419653d6eee38d..413f21729d7b3cadf1089511af297558767a2130 100644 (file)
@@ -35,6 +35,7 @@
     <fieldset><legend><%= l(:field_notes) %></legend>
     <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
     <%= wikitoolbar_for 'notes' %>
+    <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>
     
     <p><%=l(:label_attachment_plural)%><br /><%= render :partial => 'attachments/form' %></p>
     </fieldset>