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: ba3293a3f7570f7eaadf882e556103931ddfd0d6 (plain)
1
2
3
4
5
6
= render Pajamas::AlertComponent.new(alert_options: { 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.')