Mask FranceConnect button on user sign in page
This commit is contained in:
parent
8ca2b53775
commit
dece5c857c
1 changed files with 8 additions and 6 deletions
|
@ -3,14 +3,16 @@
|
|||
%br
|
||||
%h2#login_user Connexion
|
||||
|
||||
%a.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
||||
= image_tag 'franceconnect_logo.png'
|
||||
-#%a.btn_fc#btn_fcp{href: '/france_connect/particulier'}
|
||||
-# = 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
|
||||
%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|
|
||||
%h4
|
||||
= f.label :email
|
||||
|
|
Loading…
Reference in a new issue