]> source.dussan.org Git - redmine.git/commitdiff
Fixed that the label element may contain at most one input.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 27 Nov 2013 13:31:24 +0000 (13:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 27 Nov 2013 13:31:24 +0000 (13:31 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12346 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_edit.html.erb

index f2052a27a66628a05667b1e99661ba02406ea7ff..259df7357638f703b3a2b869b998fce70990a37d 100644 (file)
@@ -31,7 +31,7 @@
     <%= wikitoolbar_for 'issue_notes' %>
 
     <% if @issue.safe_attribute? 'private_notes' %>
-    <label for="issue_private_notes"><%= f.check_box :private_notes, :no_label => true %> <%= l(:field_private_notes) %></label>
+    <%= f.check_box :private_notes, :no_label => true %> <label for="issue_private_notes"><%= l(:field_private_notes) %></label>
     <% end %>
 
     <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>