summaryrefslogtreecommitdiff
path: root/app/views/errors/not_found.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/not_found.html.haml
parent843ae9b26e6d307c6b2e140e904b77565a649674 (diff)
downloadgitlab-ce-500c0d5e419ecc39e823bdbfd49e4c5842621fa2.tar.gz
Fix appearance in error pages
Diffstat (limited to 'app/views/errors/not_found.html.haml')
-rw-r--r--app/views/errors/not_found.html.haml14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml
index 3756b98ebb2..50a54a93cb5 100644
--- a/app/views/errors/not_found.html.haml
+++ b/app/views/errors/not_found.html.haml
@@ -1,5 +1,9 @@
-- page_title "Not Found"
-%h1 404
-%h3 The resource you were looking for doesn't exist.
-%hr
-%p You may have mistyped the address or the page may have moved.
+- content_for(:title, 'Not Found')
+%img{:alt => "GitLab Logo",
+ :src => image_path('logo.svg')}
+ %h1
+ 404
+.container
+ %h3 The resource you were looking for doesn't exist.
+ %hr
+ %p You may have mistyped the address or the page may have moved.