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