summaryrefslogtreecommitdiff
path: root/app/views/shared/errors/_gitaly_unavailable.html.haml
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.')