4d812220fd
- Adapt source code with the new table
32 lines
No EOL
938 B
Text
32 lines
No EOL
938 B
Text
%h2.text-info
|
|
= image_tag('logo_FC_02_small.png', style: 'height: 55px')
|
|
France Connect - Particulier
|
|
|
|
%h3 Nouvelle connexion
|
|
|
|
%br
|
|
%p
|
|
Nous vous avons identifié comme étant
|
|
|
|
%h4.text-info.center
|
|
%strong
|
|
= @user.gender_fr
|
|
= @user.given_name
|
|
= @user.family_name
|
|
né le
|
|
%strong
|
|
= @user.birthdate_fr
|
|
|
|
%br
|
|
%h4
|
|
Afin de finaliser votre première connexion à TPS, merci de saisir un email valide :
|
|
%br
|
|
|
|
.center
|
|
#france_connect_particulier_email
|
|
= form_for @user, url: {controller: 'france_connect/particulier', action: :check_email}, method: :post do |f|
|
|
.form-group.form-group-lg
|
|
= f.text_field :email_france_connect, class: "form-control", placeholder: "Entrez votre email"
|
|
= hidden_field_tag :fci_id, params[:fci_id]
|
|
= hidden_field_tag :salt, params[:salt]
|
|
= f.submit 'Terminer', class: %w(btn btn-lg btn-success), style: 'margin-top:20px;', id: 'valid_new_fcp' |