Skip to content

Commit

Permalink
Fix address step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Mar 2, 2014
1 parent 52487f4 commit dda7c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/spree/checkout/_address.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class='row'>
<div class="span6" data-hook="billing_fieldset_wrapper">
<fieldset id="billing" data-hook>
<%= form.fields_for :bill_address do |bill_form| %>
Expand All @@ -19,6 +20,7 @@
<% end %>
</fieldset>
</div>
</div>
<hr class="clear" />
<div class="form-buttons" data-hook="buttons">
<%= submit_tag Spree.t(:save_and_continue), :class => 'btn btn-primary' %>
Expand Down

0 comments on commit dda7c5e

Please sign in to comment.