2024-07-01 16:38:47 +02:00
|
|
|
.fr-container
|
2024-07-24 16:57:08 +02:00
|
|
|
.fr-col-12.fr-col-md-6.fr-col-offset-md-3
|
|
|
|
%h1.fr-mt-6w.fr-h2.center= t('.confirmation_sent_by_email')
|
2024-07-01 16:38:47 +02:00
|
|
|
|
2024-07-24 16:57:08 +02:00
|
|
|
%p.center{ aria: { hidden: true } }= image_tag("user/confirmation-email.svg", alt: t('views.confirmation.new.image_alt'))
|
2024-07-01 16:38:47 +02:00
|
|
|
|
2024-07-24 16:57:08 +02:00
|
|
|
= render Dsfr::AlertComponent.new(title: '', state: :info, heading_level: 'h2', extra_class_names: 'fr-mt-6w fr-mb-3w') do |c|
|
|
|
|
- c.with_body do
|
2024-08-12 11:48:14 +02:00
|
|
|
%p= t('.intro_html', email: email).html_safe
|
2024-07-24 16:57:08 +02:00
|
|
|
%p= t('.click_the_link_in_the_email')
|
2024-07-01 16:38:47 +02:00
|
|
|
|
2024-07-24 16:57:08 +02:00
|
|
|
%p.center= link_to t('.continue'), destination_path, class: 'fr-btn'
|