debian-mirror-gitlab/app/views/shared/errors/_gitaly_unavailable.html.haml
2022-05-07 20:08:51 +05:30

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