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: e99c41f2496f8f6b4983cf10dcc61dab77d7942d (plain)
1
2
3
4
5
6
= 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.')