Skip to content

Instantly share code, notes, and snippets.

@jacobsimeon
Created August 2, 2013 20:37
Show Gist options
  • Save jacobsimeon/6143263 to your computer and use it in GitHub Desktop.
Save jacobsimeon/6143263 to your computer and use it in GitHub Desktop.
<!-- 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