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

not_found.html.haml « errors « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50a54a93cb56f5e4a17c18da5e47563b506685ea (plain)
1
2
3
4
5
6
7
8
9
- 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.