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
256 B
Text
Raw Normal View History

2022-07-23 23:45:48 +05:30
= render Pajamas::AlertComponent.new(alert_options: { 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.')