debian-mirror-gitlab/app/views/projects/pages/_no_domains.html.haml

7 lines
255 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- if can?(current_user, :update_pages, @project)
2018-11-08 19:23:39 +05:30
.card
.card-header
2019-12-21 20:55:43 +05:30
= s_('GitLabPages|Domains')
2017-08-17 22:00:37 +05:30
.nothing-here-block
2019-12-21 20:55:43 +05:30
= s_("GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it.")