Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_no_domains.html.haml « pages « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eee7d062d000c5be4d02fe6f4c737d28b378dad7 (plain)
1
2
3
4
5
6
- 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.")