added footer on static pages
This commit is contained in:
parent
a34b45e4f4
commit
b4160e7554
4 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
- content_for(:title, 'Accessibilité')
|
- content_for(:title, 'Accessibilité')
|
||||||
|
- content_for :footer do
|
||||||
|
= render partial: "root/footer"
|
||||||
|
|
||||||
.accessibilite
|
.accessibilite
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
- content_for(:title, 'Suivi')
|
- content_for(:title, 'Suivi')
|
||||||
|
- content_for :footer do
|
||||||
|
= render partial: "root/footer"
|
||||||
|
|
||||||
.suivi
|
.suivi
|
||||||
%h1.new-h1 Cookies déposés et configuration du suivi
|
%h1.new-h1 Cookies déposés et configuration du suivi
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
- content_for(:title, 'Statistiques')
|
- content_for(:title, 'Statistiques')
|
||||||
|
- content_for :footer do
|
||||||
|
= render partial: "root/footer"
|
||||||
|
|
||||||
.statistiques
|
.statistiques
|
||||||
-# Load Chartkick lazily, by using our React lazy-loader.
|
-# Load Chartkick lazily, by using our React lazy-loader.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
- content_for(:title, 'Contact')
|
- content_for(:title, 'Contact')
|
||||||
|
- content_for :footer do
|
||||||
|
= render partial: "root/footer"
|
||||||
|
|
||||||
#contact-form
|
#contact-form
|
||||||
.container
|
.container
|
||||||
|
|
Loading…
Reference in a new issue