diff --git a/app/views/issues/_edit.rhtml b/app/views/issues/_edit.rhtml index 2c7a4286..413f2172 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' %>