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 = render 'shared/global_alert',
.gl-alert-container alert_class: 'gl-my-5',
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title') variant: :danger,
.gl-alert-content dismissible: false,
.gl-alert-title title: reason do
= reason
.gl-alert-body .gl-alert-body
= s_('The git server, Gitaly, is not available at this time. Please contact your administrator.') = 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