Created
August 2, 2013 20:37
-
-
Save jacobsimeon/6143263 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- theirs --> | |
<div class="span6"> | |
<label for="lbl-05">First Name</label> | |
<div class="txt-holder"> | |
<input type="text" id="inputEmail" placeholder="Email"> | |
</div> | |
</div> | |
<!-- bootstrap --> | |
<div class="control-group"> | |
<label class="control-label" for="inputEmail">Email</label> | |
<div class="controls"> | |
<input type="text" id="inputEmail" placeholder="Email"> | |
</div> | |
</div> | |
<!-- erb --> | |
<%= f.input :first_name %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment