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
|
%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…
Add table
Add a link
Reference in a new issue