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: c9d7920b9c27d3ec0008cee2a99aaa9af05327f0 (plain)
1
2
3
4
5
6
= render Pajamas::AlertComponent.new(alert_class: 'gl-my-5',
  variant: :danger,
  dismissible: false,
  title: reason) do |c|
  = c.body do
    = s_('The git server, Gitaly, is not available at this time. Please contact your administrator.')