6 lines
381 B
Text
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.")
|