Commit 06e86d23 authored by Kerri Miller's avatar Kerri Miller

Merge branch...

Merge branch '354590-migrate-to-shared-alert-haml-partial-in-app-views-shared-errors-_gitaly_unavailable-html-haml' into 'master'

Migrate to shared alert HAML partial in _gitaly_unavailable.html.haml

See merge request gitlab-org/gitlab!82955
parents 4fc486b8 968fe4e6
.gl-alert.gl-alert-danger.gl-mb-5.gl-mt-5
.gl-alert-container
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-content
.gl-alert-title
= reason
.gl-alert-body
= s_('The git server, Gitaly, is not available at this time. Please contact your administrator.')
= render 'shared/global_alert',
alert_class: 'gl-my-5',
variant: :danger,
dismissible: false,
title: reason do
.gl-alert-body
= s_('The git server, Gitaly, is not available at this time. Please contact your administrator.')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment