Fixing footer and push left to center on after wrap

This commit is contained in:
JC 2016-11-22 11:33:08 +01:00
parent 3627a18420
commit 55eb8397d2
3 changed files with 18 additions and 17 deletions

View file

@ -1,15 +1,13 @@
#footer
.center
%p{style:'margin-top: 1em;'}
%p{class: "copyright text-muted small"}
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
%div.row#footer
%p{class: "copyright col-md-push-2 col-md-10 col-lg-push-2 col-lg-10 text-muted small"}
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
2016
2016
\-
\-
=link_to 'CGU / Mentions légales', cgu_path
=link_to 'CGU / Mentions légales', cgu_path
\-
\-
=link_to 'Contact', "mailto:"+t('dynamics.contact_email')
=link_to 'Contact', "mailto:"+t('dynamics.contact_email')

View file

@ -33,5 +33,5 @@
%div.row
= yield
%div.row
= render partial: 'layouts/footer'
= render partial: 'layouts/footer'
= render partial: 'layouts/google_analytics'