summaryrefslogtreecommitdiff
path: root/app/views/layouts/error.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/error.html.haml')
-rw-r--r--app/views/layouts/error.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml
index 943dbe778c4..a512c4a58aa 100644
--- a/app/views/layouts/error.html.haml
+++ b/app/views/layouts/error.html.haml
@@ -1,9 +1,9 @@
!!! 5
-%html{ :lang => "en"}
+%html{ lang: "en"}
= render "layouts/head"
- %body{:class => "#{app_theme} application"}
+ %body{class: "#{app_theme} application"}
= render "layouts/flash"
- = render "layouts/head_panel", :title => ""
+ = render "layouts/head_panel", title: ""
.container
.content
%br