mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
7 lines
306 B
Plaintext
7 lines
306 B
Plaintext
.alert-box{ class: "#{type}" }
|
|
= message
|
|
- if local_assigns[:unconfirmed]
|
|
- params = { spree_user: { email: email }, tab: local_assigns[:tab] }
|
|
= link_to spree_user_confirmation_path(params), params:, data: { turbo_method: :post } do
|
|
= t('devise.confirmations.resend_confirmation_email')
|