debian-mirror-gitlab/app/views/projects/pages/_no_domains.html.haml
2022-08-27 11:52:29 +05:30

6 lines
381 B
Text

- if can?(current_user, :update_pages, @project)
= render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5'}, body_options: { class: 'gl-text-center nothing-here-block' }) do |c|
- c.header do
= s_('GitLabPages|Domains')
- c.body do
= s_("GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it.")