Make the Pages permission setting more clear

This commit is contained in:
Achilleas Pipinellis 2018-11-16 15:14:38 +01:00
parent bd268a1e09
commit d8a3f33995
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
3 changed files with 8 additions and 3 deletions

View File

@ -325,8 +325,8 @@ export default {
<project-setting-row
v-if="pagesAvailable && pagesAccessControlEnabled"
:help-path="pagesHelpPath"
label="Pages"
help-text="Static website for the project."
label="Pages access control"
help-text="Access control for the project's static website"
>
<project-feature-setting
v-model="pagesAccessLevel"

View File

@ -485,7 +485,7 @@ module ProjectsHelper
lfsHelpPath: help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs'),
pagesAvailable: Gitlab.config.pages.enabled,
pagesAccessControlEnabled: Gitlab.config.pages.access_control,
pagesHelpPath: help_page_path('user/project/pages/index.md')
pagesHelpPath: help_page_path('user/project/pages/introduction', anchor: 'gitlab-pages-access-control-core-only')
}
end

View File

@ -0,0 +1,5 @@
---
title: Make the Pages permission setting more clear
merge_request: 23146
author:
type: changed