demarches-normaliennes/app/views/layouts/_footer.html.haml

13 lines
549 B
Text
Raw Normal View History

#footer
2017-04-06 19:10:25 +02:00
%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" }
2018-01-18 14:03:18 +01:00
= link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr"
2017-01-03 10:47:07 +01:00
= Time.now.year
\-
= link_to 'Nouveautés', 'https://github.com/betagouv/tps/releases', target: '_blank'
\-
= link_to 'Statistiques', stats_path
\-
2018-01-24 18:10:40 +01:00
= link_to 'CGU / Mentions légales', CGU_URL
\-
2016-12-06 16:29:52 +01:00
= link_to 'Contact', "mailto:"+t('dynamics.contact_email')