Skip to content

Instantly share code, notes, and snippets.

@biagidp
Created January 3, 2014 03:37
Show Gist options
  • Save biagidp/8232249 to your computer and use it in GitHub Desktop.
Save biagidp/8232249 to your computer and use it in GitHub Desktop.
contents of app/overrides/spree/user_registrations/new/add_fields_to_user_form.html.erb.deface
<!-- insert_top "[data-hook='signup_inside_form']" -->
<p>
<%= f.label :first_name, Spree.t(:first_name) %> <br/>
<%= f.text_field :first_name, class: 'title' %>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment