gitlab-org--gitlab-foss/app/views/errors/not_found.html.haml
Luis Alonso Chavez Armendariz 500c0d5e41 Fix appearance in error pages
2016-11-29 11:44:07 -07:00

9 lines
253 B
Text

- 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.