diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb
index f2052a27a..259df7357 100644
--- a/app/views/issues/_edit.html.erb
+++ b/app/views/issues/_edit.html.erb
@@ -31,7 +31,7 @@
<%= wikitoolbar_for 'issue_notes' %>
<% if @issue.safe_attribute? 'private_notes' %>
-
+ <%= f.check_box :private_notes, :no_label => true %>
<% end %>
<%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>