summaryrefslogtreecommitdiff
path: root/app/views/errors/not_found.html.haml
blob: 291adbc0ae8b31cd5bbe4fb5868b23711bdd83a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- content_for(:title, 'Not Found')
= image_tag('illustrations/error-404.svg', alt: '404', lazy: false)
.container
  %h3
    = s_('404|Page Not Found')
  %p
    = s_("404|Make sure the address is correct and the page hasn't moved.")
  %p
    = s_('404|Please contact your GitLab administrator if you think this is a mistake.')
  .action-container
    = form_tag search_path, method: :get, class: 'form-inline-flex' do |f|
      .field
        = search_field_tag :search, '', placeholder: _('Search for projects, issues, etc.'), class: 'form-control'
      = button_tag _('Search'), class: 'gl-button btn btn-sm btn-success', name: nil, type: 'submit'
= render 'errors/footer'