Skip to content

Instantly share code, notes, and snippets.

@dtrce
Created October 12, 2011 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtrce/1279983 to your computer and use it in GitHub Desktop.
Save dtrce/1279983 to your computer and use it in GitHub Desktop.
html div
<div class="clearfix">
<%= label_tag 'customer_email', 'Customer Email' %>
<div class="input">
<%= text_field_tag 'customer_email', nil, :class => 'xlarge' %>
</div>
</div><!-- /customer_email -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment