@@ -31,7 +31,7 | |||||
31 | <%= wikitoolbar_for 'issue_notes' %> |
|
31 | <%= wikitoolbar_for 'issue_notes' %> | |
32 |
|
32 | |||
33 | <% if @issue.safe_attribute? 'private_notes' %> |
|
33 | <% if @issue.safe_attribute? 'private_notes' %> | |
34 |
< |
|
34 | <%= f.check_box :private_notes, :no_label => true %> <label for="issue_private_notes"><%= l(:field_private_notes) %></label> | |
35 | <% end %> |
|
35 | <% end %> | |
36 |
|
36 | |||
37 | <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %> |
|
37 | <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %> |
General Comments 0
You need to be logged in to leave comments.
Login now