gitlab-ce/app/views/errors/not_found.html.haml

16 lines
697 B
Plaintext

- content_for(:title, 'Not Found')
.error-container
= image_tag('illustrations/error/error-404-lg.svg', alt: '404', lazy: false)
%h1
= s_('404|404: Page not found')
%p
= s_("404|Make sure the address is correct and the page has not moved.")
= 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'
= render Pajamas::ButtonComponent.new(variant: :confirm, type: :submit) do
= _('Search')
= render 'errors/footer'