Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_gitaly_unavailable.html.haml « errors « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.')