add links to deployment map
This commit is contained in:
parent
90ed7dd4a9
commit
7be8d4447f
4 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
= link_to t("links.footer.suivi.label"), suivi_path, title: t("links.footer.suivi.title"), class: "fr-footer__top-link"
|
||||
%li.fr-footer__top-link
|
||||
= link_to t("links.footer.stats.label"), stats_path, title: t("links.footer.stats.title"), class: "fr-footer__top-link"
|
||||
%li.fr-footer__top_link
|
||||
= link_to t("links.footer.carte.label"), carte_path, title: t("links.footer.carte.title"), class: "fr-footer__top-link"
|
||||
%li.fr-footer__top-link
|
||||
= link_to t("links.footer.cgu.label"), t("links.footer.cgu.url"), title: t("links.footer.cgu.title"), class: "fr-footer__top-link", rel: "noopener noreferrer"
|
||||
.fr-col-12.fr-col-sm-3.fr-col-md-3
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
= number_with_delimiter(@procedures_numbers[:total])
|
||||
%span.big-number-card-detail
|
||||
#{number_with_delimiter(@procedures_numbers[:last_30_days_count])} (#{@procedures_numbers[:evolution]} %) sur les 30 derniers jours
|
||||
%span.big-number-card-detail
|
||||
= link_to "Voir carte de déploiement", carte_path
|
||||
|
||||
.stat-card.stat-card-half.big-number-card.pull-left
|
||||
%span.big-number-card-title TOTAL DOSSIERS DÉPOSÉS
|
||||
|
@ -19,6 +21,8 @@
|
|||
= number_with_delimiter(@dossiers_numbers[:total])
|
||||
%span.big-number-card-detail
|
||||
#{number_with_delimiter(@dossiers_numbers[:last_30_days_count])} (#{@dossiers_numbers[:evolution]} %) sur les 30 derniers jours
|
||||
%span.big-number-card-detail
|
||||
= link_to "Voir carte de déploiement", carte_path(map_filter: { kind: :nb_dossiers })
|
||||
|
||||
|
||||
.stat-card.stat-card-half.pull-left
|
||||
|
|
|
@ -61,6 +61,9 @@ en:
|
|||
label: "Security"
|
||||
title: "Security policy"
|
||||
url: "https://github.com/betagouv/demarches-simplifiees.fr/blob/main/SECURITY.md"
|
||||
carte:
|
||||
label: "Deployment map"
|
||||
title: "Deployment map by department"
|
||||
status_page:
|
||||
label: "Disponibility"
|
||||
title: "Disponibility and availability"
|
||||
|
|
|
@ -69,6 +69,9 @@ fr:
|
|||
stats:
|
||||
label: "Statistiques"
|
||||
title: "Statistiques d’usage"
|
||||
carte:
|
||||
label: "Carte de déploiement"
|
||||
title: "Carte de déploiement par département"
|
||||
status_page:
|
||||
label: "Disponibilité"
|
||||
title: "Disponibilité du site demarches-simplifiees"
|
||||
|
|
Loading…
Reference in a new issue