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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
15afe271
Commit
15afe271
authored
Sep 30, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'robmv/gitlab-ce-issue21305'
parents
9d48bace
55be351f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG
CHANGELOG
+3
-0
app/views/shared/_visibility_level.html.haml
app/views/shared/_visibility_level.html.haml
+1
-1
app/views/shared/_visibility_radios.html.haml
app/views/shared/_visibility_radios.html.haml
+1
-1
No files found.
CHANGELOG
View file @
15afe271
...
...
@@ -33,6 +33,9 @@ v 8.12.3
- Update Gitlab Shell to support low IO priority for storage moves
v 8.12.2
- Fix "Create project" button layout when visibility options are restricted
v 8.12.2 (unreleased)
- Fix Import/Export not recognising correctly the imported services.
- Fix snippets pagination
- Fix List-Unsubscribe header in emails
...
...
app/views/shared/_visibility_level.html.haml
View file @
15afe271
...
...
@@ -6,7 +6,7 @@
-
if
can_change_visibility_level
=
render
(
'shared/visibility_radios'
,
model_method: :visibility_level
,
form:
f
,
selected_level:
visibility_level
,
form_model:
form_model
)
-
else
.col-sm-10
%div
%span
.info
=
visibility_level_icon
(
visibility_level
)
%strong
...
...
app/views/shared/_visibility_radios.html.haml
View file @
15afe271
...
...
@@ -10,6 +10,6 @@
.option-descr
=
visibility_level_description
(
level
,
form_model
)
-
unless
restricted_visibility_levels
.
empty?
.col-sm-10
%div
%span
.info
Some visibility level settings have been restricted by the administrator.
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