debian-mirror-gitlab/app/views/shared/errors/_gitaly_unavailable.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
243 B
Text
Raw Normal View History

2022-06-21 17:19:12 +05:30
= render Pajamas::AlertComponent.new(alert_class: 'gl-my-5',
2022-05-07 20:08:51 +05:30
variant: :danger,
dismissible: false,
2022-07-16 23:28:13 +05:30
title: reason) do |c|
= c.body do
2022-05-07 20:08:51 +05:30
= s_('The git server, Gitaly, is not available at this time. Please contact your administrator.')