debian-mirror-gitlab/app/views/shared/errors/_gitaly_unavailable.html.haml
2022-07-17 14:43:12 +02:00

6 lines
243 B
Text

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