2017-08-17 22:00:37 +05:30
|
|
|
- if can?(current_user, :update_pages, @project)
|
2022-08-27 11:52:29 +05:30
|
|
|
= render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5'}, body_options: { class: 'gl-text-center nothing-here-block' }) do |c|
|
|
|
|
- c.header do
|
2019-12-21 20:55:43 +05:30
|
|
|
= s_('GitLabPages|Domains')
|
2022-08-27 11:52:29 +05:30
|
|
|
- c.body do
|
2021-12-11 22:18:48 +05:30
|
|
|
= s_("GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it.")
|