Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
f9fca4b10209
Commit
9ecd5d04
authored
Jun 22, 2016
by
Grzegorz Bizon
Committed by
Jacob Schatz
Jun 28, 2016
Browse files
Fix group visibility UI consistency in settings
Closes #18949
parent
ed2f1b4535b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/admin/application_settings/_form.html.haml
View file @
f9fca4b1
...
...
@@ -15,7 +15,7 @@
=
f
.
label
:default_snippet_visibility
,
class:
'control-label col-sm-2'
.col-sm-10
=
render
(
'shared/visibility_radios'
,
model_method: :default_snippet_visibility
,
form:
f
,
selected_level:
@application_setting
.
default_snippet_visibility
,
form_model:
ProjectSnippet
.
new
)
.form-group.
g
ro
up
-visibility-level-holder
.form-group.
p
ro
ject
-visibility-level-holder
=
f
.
label
:default_group_visibility
,
class:
'control-label col-sm-2'
.col-sm-10
=
render
(
'shared/visibility_radios'
,
model_method: :default_group_visibility
,
form:
f
,
selected_level:
@application_setting
.
default_group_visibility
,
form_model:
Group
.
new
)
...
...
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