mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
16 lines
371 B
Plaintext
16 lines
371 B
Plaintext
%p
|
|
= f.label :email, Spree.t(:email)
|
|
%br
|
|
= f.email_field :email, class: 'title'
|
|
|
|
%div{"id" => "password-credentials"}
|
|
%p
|
|
= f.label :password, Spree.t(:password)
|
|
%br
|
|
= f.password_field :password, class: 'title'
|
|
|
|
%p
|
|
= f.label :password_confirmation, Spree.t(:confirm_password)
|
|
%br
|
|
= f.password_field :password_confirmation, class: 'title'
|