##// END OF EJS Templates
Fixed that the label element may contain at most one input....
Jean-Philippe Lang -
r12096:088ab2e68689
parent child
Show More
@@ -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 <label for="issue_private_notes"><%= f.check_box :private_notes, :no_label => true %> <%= l(:field_private_notes) %></label>
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