2017-07-17 12:26:48 +02:00
|
|
|
%footer
|
2017-07-06 12:17:20 +02:00
|
|
|
.container
|
2017-04-04 14:37:37 +02:00
|
|
|
%ul.footer-columns
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-logos
|
|
|
|
%li
|
2017-12-04 11:29:22 +01:00
|
|
|
= link_to "http://www.gouvernement.fr/" do
|
2017-12-05 11:16:16 +01:00
|
|
|
%span.footer-logo.footer-logo-rf{ role: 'img', 'aria-label': 'Logo du gouvernement' }
|
2017-12-04 11:29:22 +01:00
|
|
|
|
2017-04-04 14:37:37 +02:00
|
|
|
%li
|
2017-12-04 11:29:22 +01:00
|
|
|
= link_to "https://beta.gouv.fr/" do
|
2017-12-05 11:16:16 +01:00
|
|
|
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo de beta.gouv.fr' }
|
2017-12-04 11:29:22 +01:00
|
|
|
|
2017-04-04 14:37:37 +02:00
|
|
|
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-links
|
|
|
|
%li.footer-link
|
2017-12-04 16:46:39 +01:00
|
|
|
%a{ href: '#', 'data-token' => '11c89e7ddb46fbcdcb7f8fe5fdfca818', onclick: 'mjOpenPopin(event, this)' } Newsletter
|
2017-04-04 14:37:37 +02:00
|
|
|
%li.footer-link
|
|
|
|
= link_to "Nouveautés", "https://github.com/sgmap/tps/releases", :class => "footer-link"
|
|
|
|
%li.footer-link
|
|
|
|
= link_to "Statistiques", stats_path, :class => "footer-link"
|
|
|
|
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-links
|
|
|
|
%li.footer-link
|
|
|
|
= link_to "Contact",
|
|
|
|
"mailto:#{t('dynamics.contact_email')}",
|
|
|
|
:class => "footer-link"
|
|
|
|
%li.footer-link
|
|
|
|
= link_to "Mentions légales", cgu_path, :class => "footer-link"
|
|
|
|
%li.footer-link
|
|
|
|
= link_to "CGU", cgu_path, :class => "footer-link"
|