summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 19:40:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 19:40:54 +0200
commitc873cf81f61d644639b459b2fde1267a41050bc1 (patch)
tree6326a177a96b0cad56d3b22d3cf469f716723c74 /app/views/layouts/errors.html.haml
parentd8f825ef009d10fe03674989239e3a26e21fff36 (diff)
downloadgitlab-ce-c873cf81f61d644639b459b2fde1267a41050bc1.tar.gz
Restyled error messages in common way. Added title to head partial
Diffstat (limited to 'app/views/layouts/errors.html.haml')
-rw-r--r--app/views/layouts/errors.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/errors.html.haml b/app/views/layouts/errors.html.haml
index 1f5c03bdced..3554d88f10c 100644
--- a/app/views/layouts/errors.html.haml
+++ b/app/views/layouts/errors.html.haml
@@ -1,6 +1,6 @@
!!! 5
%html{ lang: "en"}
- = render "layouts/head"
+ = render "layouts/head", title: "Error"
%body{class: "#{app_theme} application"}
= render "layouts/flash"
= render "layouts/head_panel", title: ""