summaryrefslogtreecommitdiff
path: root/app/views/errors/encoding.html.haml
diff options
context:
space:
mode:
authorLuis Alonso Chavez Armendariz <lchavez@nearsoft.com>2016-11-29 11:44:07 -0700
committerLuis Alonso Chavez Armendariz <lchavez@nearsoft.com>2016-11-29 11:44:07 -0700
commit500c0d5e419ecc39e823bdbfd49e4c5842621fa2 (patch)
treeb9afbe3a716f5214ef402dddb7bed1d809f1331e /app/views/errors/encoding.html.haml
parent843ae9b26e6d307c6b2e140e904b77565a649674 (diff)
downloadgitlab-ce-500c0d5e419ecc39e823bdbfd49e4c5842621fa2.tar.gz
Fix appearance in error pages
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.