diaspora/app/views/layouts/error_page.haml
Steffen van Bergerem 2c41485a61 Add charset to error pages
closes #7092
2016-09-13 01:01:08 +02:00

15 lines
374 B
Text

!!!
%html
%head
%title= page_title yield(:page_title)
%meta{charset: "utf-8"}
%link{rel: "shortcut icon", href: image_path("favicon.png")}
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
= stylesheet_link_tag :error_pages, media: "all"
= yield(:head)
%body{class: "error-#{@code}", id: "error_#{@code}"}
= yield