debian-mirror-gitlab/app/views/shared/errors/_gitaly_unavailable.html.haml
2022-07-23 20:15:48 +02:00

6 lines
256 B
Text

= 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.')