7 lines
238 B
Text
7 lines
238 B
Text
= 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.')
|