Add a CTA at the bottom of the admin landing page

This commit is contained in:
gregoirenovel 2018-08-27 11:09:22 +02:00
parent 83e081426c
commit 047d022c8a

View file

@ -188,3 +188,14 @@
class: "cta-panel-button-white",
target: "_blank",
rel: "noopener noreferrer"
.landing-panel
.container
.cta-panel-wrapper
%div
%h1.cta-panel-title Vous êtes prêt pour dématérialiser ?
%p.cta-panel-explanation Réduisez vos temps d'instruction de 50 %
%div
= link_to "Demander un compte administrateur",
new_demande_path,
class: "cta-panel-button-blue"