##// END OF EJS Templates
Added :view_issues_edit_notes_bottom hook...
Eric Davis -
r2085:1b4f0c38ce83
parent child
Show More
@@ -35,6 +35,7
35 <fieldset><legend><%= l(:field_notes) %></legend>
35 <fieldset><legend><%= l(:field_notes) %></legend>
36 <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
36 <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
37 <%= wikitoolbar_for 'notes' %>
37 <%= wikitoolbar_for 'notes' %>
38 <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>
38
39
39 <p><%=l(:label_attachment_plural)%><br /><%= render :partial => 'attachments/form' %></p>
40 <p><%=l(:label_attachment_plural)%><br /><%= render :partial => 'attachments/form' %></p>
40 </fieldset>
41 </fieldset>
General Comments 0
You need to be logged in to leave comments. Login now