summaryrefslogtreecommitdiff
path: root/app/views/shared/errors/_gitaly_unavailable.html.haml
blob: 366d458543535bf6160d78d0013c5e9985a72ba6 (plain)
1
2
3
4
5
6
7
= 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.')