Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Alonso Chavez Armendariz <lchavez@nearsoft.com>2016-11-29 21:44:07 +0300
committerLuis Alonso Chavez Armendariz <lchavez@nearsoft.com>2016-11-29 21:44:07 +0300
commit500c0d5e419ecc39e823bdbfd49e4c5842621fa2 (patch)
treeb9afbe3a716f5214ef402dddb7bed1d809f1331e /app/views/errors/git_not_found.html.haml
parent843ae9b26e6d307c6b2e140e904b77565a649674 (diff)
Fix appearance in error pages
Diffstat (limited to 'app/views/errors/git_not_found.html.haml')
-rw-r--r--app/views/errors/git_not_found.html.haml17
1 files changed, 10 insertions, 7 deletions
diff --git a/app/views/errors/git_not_found.html.haml b/app/views/errors/git_not_found.html.haml
index ff5d4cc1506..c5c12a410ac 100644
--- a/app/views/errors/git_not_found.html.haml
+++ b/app/views/errors/git_not_found.html.haml
@@ -1,7 +1,10 @@
-- page_title "Git Resource Not Found"
-%h1 404
-%h3 Git Resource Not found
-%hr
-%p
- Application can't get access to some branch or commit in your repository. It
- may have been moved.
+- content_for(:title, 'Git Resource Not Found')
+%img{:alt => "GitLab Logo",
+ :src => image_path('logo.svg')}
+ %h1
+ 404
+.container
+ %h3 Git Resource Not found
+ %hr
+ %p Application can't get access to some branch or commit in your repository. It
+ may have been moved