demarches-normaliennes/app/views/layouts/_footer.html.haml
Nicolas Bouilleaud 00b1aa0ea1 Disable turbolinks for links to Stats pages
This is a workaround for #350
2019-09-23 14:25:04 +02:00

18 lines
778 B
Text

#footer
%p{ class: "copyright col-md-push-#{12-main_container_size} col-md-#{main_container_size} col-lg-push-#{12-main_container_size} col-lg-#{main_container_size} text-muted small" }
= link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr"
= Time.zone.now.year
\-
= link_to 'Nouveautés', 'https://github.com/betagouv/demarches-simplifiees.fr/releases', target: '_blank'
\-
= link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350
\-
= link_to 'CGU / Mentions légales', CGU_URL
\-
= contact_link 'Contact'
\-
= link_to 'Documentation', DOC_URL
\-
= link_to 'FAQ', FAQ_ADMIN_URL
\-
= link_to 'Inscription ateliers en ligne', WEBINAIRE_URL