mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-04 02:31:33 +00:00
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
<p>
|
|
<%= f.label :email, Spree.t(:email) %><br />
|
|
<%= f.email_field :email, :class => 'title' %>
|
|
</p>
|
|
<div id="password-credentials">
|
|
<p>
|
|
<%= f.label :password, Spree.t(:password) %><br />
|
|
<%= f.password_field :password, :class => 'title' %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= f.label :password_confirmation, Spree.t(:confirm_password) %><br />
|
|
<%= f.password_field :password_confirmation, :class => 'title' %>
|
|
</p>
|
|
</div>
|
|
|
|
<div data-hook="signup_below_password_fields"></div>
|