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
659baba9
Commit
659baba9
authored
Feb 15, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
abca6ee4
d06c3ac3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-5
app/views/shared/issuable/_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+1
-1
changelogs/unreleased/57768-remove-vertical-line.yml
changelogs/unreleased/57768-remove-vertical-line.yml
+5
-0
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
659baba9
...
...
@@ -494,11 +494,6 @@ $note-form-margin-left: 72px;
.discussion-notes
{
margin-left
:
0
;
border-left
:
0
;
.notes
{
position
:
relative
;
@include
vertical-line
(
52px
);
}
}
.note-wrapper
{
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
659baba9
...
...
@@ -133,7 +133,7 @@
#js-confidential-entry-point
-# haml-lint:disable InlineJavaScript
%script
#js-lock-issue-data
{
type:
"application/json"
}=
{
is_locked:
issuable_sidebar
[
:discussion_locked
],
is_editable:
can_edit_issuable
}.
to_json
.
html_safe
%script
#js-lock-issue-data
{
type:
"application/json"
}=
{
is_locked:
!!
issuable_sidebar
[
:discussion_locked
],
is_editable:
can_edit_issuable
}.
to_json
.
html_safe
#js-lock-entry-point
.js-sidebar-participants-entry-point
...
...
changelogs/unreleased/57768-remove-vertical-line.yml
0 → 100644
View file @
659baba9
---
title
:
Remove vertical connecting line placeholder from diff discussion notes
merge_request
:
25292
author
:
type
:
fixed
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