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