remplacement de demarches-simplifiees.fr par un paramètre dans les vues
This commit is contained in:
parent
31a262efef
commit
c1208add62
49 changed files with 79 additions and 71 deletions
|
@ -22,7 +22,9 @@
|
|||
%li.footer-link
|
||||
= link_to "Newsletter", "https://my.sendinblue.com/users/subscribe/js_id/3s2q1/id/1", :title => "Notre newsletter", :class => "footer-link", :target => "_blank", rel: "noopener"
|
||||
%li.footer-link
|
||||
-# haml-lint:disable ApplicationNameLinter
|
||||
= link_to "Nouveautés", "https://github.com/betagouv/demarches-simplifiees.fr/releases", :class => "footer-link", :title => "Nos nouveautés"
|
||||
-# haml-lint:enable ApplicationNameLinter
|
||||
%li.footer-link
|
||||
= link_to "Statistiques", stats_path, :class => "footer-link"
|
||||
%li.footer-link
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
- cache "numbers-panel", :expires_in => 3.hours do
|
||||
.landing-panel.numbers-panel
|
||||
.container
|
||||
%h2.landing-panel-title demarches-simplifiees.fr en chiffres
|
||||
%h2.landing-panel-title #{APPLICATION_NAME} en chiffres
|
||||
%ul.numbers
|
||||
%li.number
|
||||
.number-value
|
||||
|
@ -163,7 +163,7 @@
|
|||
|
||||
.landing-panel.users-panel
|
||||
.container
|
||||
%h2.landing-panel-title Ils utilisent déjà demarches-simplifiees.fr
|
||||
%h2.landing-panel-title Ils utilisent déjà #{APPLICATION_NAME}
|
||||
|
||||
%ul.users
|
||||
%li.user
|
||||
|
@ -211,10 +211,12 @@
|
|||
.half
|
||||
%h1.cta-panel-title Vous voulez en savoir plus ?
|
||||
%p.cta-panel-explanation Participez à notre prochain Webinaire
|
||||
-# haml-lint:disable ApplicationNameLinter
|
||||
= link_to "Inscription à notre webinaire",
|
||||
"https://app.livestorm.co/demarches-simplifiees/presentation-general-de-demarches-simplifieesfr",
|
||||
target: "_blank",
|
||||
class: "cta-panel-button-blue"
|
||||
-# haml-lint:enable ApplicationNameLinter
|
||||
|
||||
.clearfix
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
- cache "numbers-panel", :expires_in => 3.hours do
|
||||
.landing-panel
|
||||
.container
|
||||
%h2.landing-panel-title demarches-simplifiees.fr en chiffres
|
||||
%h2.landing-panel-title #{APPLICATION_NAME} en chiffres
|
||||
%ul.numbers
|
||||
%li.number
|
||||
.number-value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue