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: 96a68cbcdc685be89db5568c2406ab656489c58b (plain)
1
2
3
4
5
6
7
8
.gl-alert.gl-alert-danger.gl-mb-5.gl-mt-5
  .gl-alert-container
    = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
    .gl-alert-content
      .gl-alert-title
        = reason
      .gl-alert-body
        = s_('The git server, Gitaly, is not available at this time. Please contact your administrator.')