summaryrefslogtreecommitdiff
path: root/app/views/errors/encoding.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/encoding.html.haml')
-rw-r--r--app/views/errors/encoding.html.haml14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml
index 90cfbebfcc6..064ff14ad2c 100644
--- a/app/views/errors/encoding.html.haml
+++ b/app/views/errors/encoding.html.haml
@@ -1,5 +1,9 @@
-- page_title "Encoding Error"
-%h1 500
-%h3 Encoding Error
-%hr
-%p Page can't be loaded because of an encoding error.
+- content_for(:title, 'Encoding Error')
+%img{:alt => "GitLab Logo",
+ :src => image_path('logo.svg')}
+ %h1
+ 500
+.container
+ %h3 Encoding Error
+ %hr
+ %p Page can't be loaded because of an encoding error.