From 088ab2e68689bd63a28b1caee277739a8b923c91 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 27 Nov 2013 13:31:24 +0000 Subject: [PATCH] Fixed that the label element may contain at most one input. git-svn-id: http://svn.redmine.org/redmine/trunk@12346 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) %>