summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-24 15:57:38 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-24 15:57:38 +0300
commit8307704c2dec2059089b9bf4acbd231e0fe0c8e2 (patch)
tree0cca3680ee2316bda12ae030f94e84597b3e8a99 /app/views/layouts/errors.html.haml
parent308b11a5b7aca22a35fc9c4b06593be0fca5d6cc (diff)
downloadgitlab-ce-8307704c2dec2059089b9bf4acbd231e0fe0c8e2.tar.gz
Improve error page layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/errors.html.haml')
-rw-r--r--app/views/layouts/errors.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/layouts/errors.html.haml b/app/views/layouts/errors.html.haml
index 3e05746f837..d0e276d751a 100644
--- a/app/views/layouts/errors.html.haml
+++ b/app/views/layouts/errors.html.haml
@@ -4,7 +4,6 @@
%body{class: "#{app_theme} application"}
= render "layouts/head_panel", title: "" if current_user
= render "layouts/flash"
- .container
- .content
- .center.padded.prepend-top-20
- = yield
+ .container.navless-container
+ .error-page
+ = yield