From: Eric Davis Date: Wed, 3 Dec 2008 23:18:12 +0000 (+0000) Subject: Added :view_issues_edit_notes_bottom hook X-Git-Tag: 0.8.0-RC1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b4f0c38ce83003cf25464594945ea11fe451281;p=redmine.git Added :view_issues_edit_notes_bottom hook git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2087 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_edit.rhtml b/app/views/issues/_edit.rhtml index 2c7a4286e..413f21729 100644 --- a/app/views/issues/_edit.rhtml +++ b/app/views/issues/_edit.rhtml @@ -35,6 +35,7 @@
<%= l(:field_notes) %> <%= 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 }) %>

<%=l(:label_attachment_plural)%>
<%= render :partial => 'attachments/form' %>