Commit 968fe4e6 authored by Vamsi Vempati's avatar Vamsi Vempati Committed by Kerri Miller

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

parent a29830c9
.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