Created
May 29, 2012 21:10
-
-
Save vquaiato/2830729 to your computer and use it in GitHub Desktop.
orly?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="control-group boolean optional"> | |
<label class="boolean optional control-label" for="user_remember_me">Remember me</label> | |
<div class="controls"> | |
<input name="user[remember_me]" type="hidden" value="0"> | |
<label class="checkbox"> | |
<input class="boolean optional" id="user_remember_me" name="user[remember_me]" type="checkbox" value="1"> | |
</label> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment