File: service_unavailable.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (14 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- content_for(:title, 'Service unavailable')
.error-container
  = image_tag('illustrations/error/error-503-lg.svg', alt: '503', lazy: false)
  %h1
    = s_('503|503: Service unavailable')
  %p
    = s_('503|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'