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

16 lines
651 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
\-
- if @facade.present? && @facade.respond_to?(:dossier)
= contact_link 'Contact', dossier_id: @facade.dossier&.id
- else
= contact_link 'Contact'