summaryrefslogtreecommitdiff
path: root/app/views/search/results/_error.html.haml
blob: f0d9283c620e2b9f4e8838d3270decfbe2448982 (plain)
1
2
3
4
5
6
7
.gl-display-flex.gl-flex-direction-column.gl-align-items-center
  %div
    .svg-content.svg-150
      = image_tag 'illustrations/search-timeout-md.svg'
  %div
    %h4.gl-text-center.gl-font-weight-bold= s_('SearchError|A search query problem has occurred')
    %p.gl-text-center= s_('SearchError|To resolve the problem, check the query syntax and try again.')