debian-mirror-gitlab/app/views/shared/errors/_gitaly_unavailable.html.haml
2022-06-21 17:19:12 +05:30

6 lines
242 B
Text

= render Pajamas::AlertComponent.new(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.')