Skip to content

Commit

Permalink
Merge pull request #2120 from notapatch/checkout_email_entry
Browse files Browse the repository at this point in the history
Checkout email input field should use email_field
  • Loading branch information
mamhoff authored Aug 18, 2017
2 parents e94ac22 + e005428 commit ff423c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/checkout/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<% if @order.state == 'address' || !@order.email? %>
<p class="field" style='clear: both'>
<%= form.label :email %><br />
<%= form.text_field :email %>
<%= form.email_field :email %>
</p>
<% end %>
<%= render @order.state, form: form %>
Expand Down

0 comments on commit ff423c0

Please sign in to comment.