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
6f7082b2
Commit
6f7082b2
authored
6 years ago
by
Taurie Davis
Committed by
Clement Ho
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "New project visibility level description alignment"
parent
e3ebcb68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+1
-1
app/views/shared/_visibility_level.html.haml
app/views/shared/_visibility_level.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
6f7082b2
...
...
@@ -174,7 +174,7 @@
.option-description
,
.option-disabled-reason
{
margin-left
:
45
px
;
margin-left
:
30
px
;
color
:
$project-option-descr-color
;
}
...
...
This diff is collapsed.
Click to expand it.
app/views/shared/_visibility_level.html.haml
View file @
6f7082b2
-
with_label
=
local_assigns
.
fetch
(
:with_label
,
true
)
.form-group.visibility-level-setting
.form-group.
row.
visibility-level-setting
-
if
with_label
=
f
.
label
:visibility_level
,
class:
'col-form-label col-sm-2'
do
Visibility Level
=
link_to
icon
(
'question-circle'
),
help_page_path
(
"public_access/public_access"
)
%div
{
:class
=>
(
"col-sm-10"
if
with_label
)
}
%div
{
:class
=>
(
with_label
?
"col-sm-10"
:
"col-sm-12"
)
}
-
if
can_change_visibility_level
=
render
(
'shared/visibility_radios'
,
model_method: :visibility_level
,
form:
f
,
selected_level:
visibility_level
,
form_model:
form_model
)
-
else
...
...
This diff is collapsed.
Click to expand it.
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