commit
c737455b98
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
- content_for(:title, 'Accessibilité')
|
||||||
|
|
||||||
.accessibilite
|
.accessibilite
|
||||||
|
|
||||||
%h1.new-h1 Accessibilité
|
%h1.new-h1 Accessibilité
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
||||||
%title
|
%title
|
||||||
= content_for?(:title) ? yield(:title) : "demarches-simplifiees.fr"
|
= content_for?(:title) ? "#{yield(:title)} · demarches-simplifiees.fr" : "demarches-simplifiees.fr"
|
||||||
|
|
||||||
= favicon_link_tag(image_url("favicons/16x16.png"), type: "image/png", sizes: "16x16")
|
= favicon_link_tag(image_url("favicons/16x16.png"), type: "image/png", sizes: "16x16")
|
||||||
= favicon_link_tag(image_url("favicons/32x32.png"), type: "image/png", sizes: "32x32")
|
= favicon_link_tag(image_url("favicons/32x32.png"), type: "image/png", sizes: "32x32")
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
- content_for(:title, 'Statistiques')
|
||||||
|
|
||||||
.statistiques
|
.statistiques
|
||||||
|
|
||||||
%h1.new-h1 Statistiques
|
%h1.new-h1 Statistiques
|
||||||
|
|
Loading…
Reference in a new issue