Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a17a85a9
Commit
a17a85a9
authored
Jan 07, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
33501c1f
465b3041
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+2
-2
app/helpers/projects_helper.rb
app/helpers/projects_helper.rb
+1
-1
changelogs/unreleased/54142-pages-in-project-s-permission-should-be-named-pages-access-control.yml
...ect-s-permission-should-be-named-pages-access-control.yml
+5
-0
No files found.
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
a17a85a9
...
...
@@ -350,8 +350,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"
...
...
app/helpers/projects_helper.rb
View file @
a17a85a9
...
...
@@ -490,7 +490,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/in
dex.md
'
)
pagesHelpPath:
help_page_path
(
'user/project/pages/in
troduction'
,
anchor:
'gitlab-pages-access-control-core-only
'
)
}
end
...
...
changelogs/unreleased/54142-pages-in-project-s-permission-should-be-named-pages-access-control.yml
0 → 100644
View file @
a17a85a9
---
title
:
Make the Pages permission setting more clear
merge_request
:
23146
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment