ajustements de front avec la page confirmation
This commit is contained in:
parent
44cb588c42
commit
d124127f10
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,9 @@
|
|||
%p= t('views.confirmation.new.email_cta_html', email: resource.email)
|
||||
%p= t('views.confirmation.new.email_guidelines_html')
|
||||
|
||||
%p.fr-text--sm.fr-text-mention--grey.fr-mb-1w
|
||||
= t('views.confirmation.new.email_missing')
|
||||
|
||||
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { class: 'fr-mb-6w'}) do |f|
|
||||
%legend.fr-hint-text.fr-mb-3w= t('views.confirmation.new.email_missing')
|
||||
= f.hidden_field :email
|
||||
= f.submit t('views.confirmation.new.resent'), class: 'fr-btn fr-btn--secondary'
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
%p.fr-text--sm.fr-text-mention--grey.fr-mb-1w
|
||||
= t('views.confirmation.new.email_missing')
|
||||
|
||||
= button_to instructeurs_reset_link_sent_path, class: 'fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-mail-line', method: 'POST' do
|
||||
= button_to instructeurs_reset_link_sent_path, class: 'fr-btn fr-btn--secondary', method: 'POST' do
|
||||
= t('views.confirmation.new.resent')
|
||||
|
||||
%p.fr-text--sm.fr-text-mention--grey.fr-mt-3w
|
||||
|
|
Loading…
Reference in a new issue