Skip to content
Snippets Groups Projects
Commit 15afe271 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'robmv/gitlab-ce-issue21305'

parents 9d48bace 55be351f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment