Revert "Mask FranceConnect button on user sign in page"
This reverts commit dece5c857c
.
This commit is contained in:
parent
dece5c857c
commit
1dd7288c70
1 changed files with 6 additions and 8 deletions
|
@ -3,16 +3,14 @@
|
||||||
%br
|
%br
|
||||||
%h2#login_user Connexion
|
%h2#login_user Connexion
|
||||||
|
|
||||||
-#%a.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
%a.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
||||||
-# = image_tag 'franceconnect_logo.png'
|
= image_tag 'franceconnect_logo.png'
|
||||||
-#
|
|
||||||
-#%br
|
|
||||||
-#%a.text-info{href: 'https://fcp.integ01.dev-franceconnect.fr/a-propos', target: '_blank'}
|
|
||||||
-# Qu’est-ce que FranceConnect ?
|
|
||||||
-#
|
|
||||||
-#%hr
|
|
||||||
|
|
||||||
%br
|
%br
|
||||||
|
%a.text-info{href: 'https://fcp.integ01.dev-franceconnect.fr/a-propos', target: '_blank'}
|
||||||
|
Qu’est-ce que FranceConnect ?
|
||||||
|
|
||||||
|
%hr
|
||||||
= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
|
= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
|
||||||
%h4
|
%h4
|
||||||
= f.label :email
|
= f.label :email
|
||||||
|
|
Loading…
Reference in a new issue