Skip to content

Commit

Permalink
Fix left-over % sign in user_registrations/new.html.erb as pointed ou…
Browse files Browse the repository at this point in the history
…t in spree#1324
  • Loading branch information
radar authored and Thomas von Deyen committed Apr 5, 2012
1 parent 4da17c8 commit 44ea190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/app/views/spree/user_registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div data-hook="signup">

<%= form_for :user, :url => spree.user_registration_path(@user) do |f| %>
<div data-hook="signup_inside_form"%>
<div data-hook="signup_inside_form">
<%= render :partial => 'spree/shared/user_form', :locals => { :f => f } %>
<p><%= f.submit t(:create), :class => 'button primary' %></p>
</div>
Expand Down

0 comments on commit 44ea190

Please sign in to comment.