mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Move override to the view that is now in our code base (from spree_auth_devise originally)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
/ insert_before "#password-credentials"
|
||||
|
||||
- if @unconfirmed_email
|
||||
%p.alert-box
|
||||
= t('spree.users.show.unconfirmed_email', unconfirmed_email: @unconfirmed_email)
|
||||
@@ -3,6 +3,10 @@
|
||||
%br
|
||||
= f.email_field :email, class: 'title'
|
||||
|
||||
- if @unconfirmed_email
|
||||
%p.alert-box
|
||||
= t('spree.users.show.unconfirmed_email', unconfirmed_email: @unconfirmed_email)
|
||||
|
||||
%div{"id" => "password-credentials"}
|
||||
%p
|
||||
= f.label :password, Spree.t(:password)
|
||||
|
||||
Reference in New Issue
Block a user