checkbox is now checked by default

This commit is contained in:
bugron
2015-09-01 17:13:16 +04:00
parent 8fdacb7e34
commit 887722d5c8

View File

@ -22,7 +22,7 @@
h3 Please tell us how to reproduce the bug and link us to screenshots if possible. h3 Please tell us how to reproduce the bug and link us to screenshots if possible.
h4.row h4.row
.col-xs-1.col-sm-1.col-md-1 .col-xs-1.col-sm-1.col-md-1
input#user-agent-checkbox(type='checkbox') input#user-agent-checkbox(type='checkbox', checked)
.col-xs-11.col-sm-11.col-md-11 .col-xs-11.col-sm-11.col-md-11
label.text-warning.bg-info(for='user-agent-checkbox' style='cursor:pointer;') Include your OS and Browser version in the text of issue to provide more detailed information label.text-warning.bg-info(for='user-agent-checkbox' style='cursor:pointer;') Include your OS and Browser version in the text of issue to provide more detailed information
h3 It's recommended first to search issues in GitHub. It could be a similar issue opened or already solved! h3 It's recommended first to search issues in GitHub. It could be a similar issue opened or already solved!