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
5722f63f
Commit
5722f63f
authored
Oct 30, 2018
by
at.ramya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating selectors for diff line
parent
dbef128f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/diffs/components/inline_diff_table_row.vue
...ts/javascripts/diffs/components/inline_diff_table_row.vue
+1
-1
app/assets/javascripts/diffs/components/parallel_diff_table_row.vue
.../javascripts/diffs/components/parallel_diff_table_row.vue
+1
-1
No files found.
app/assets/javascripts/diffs/components/inline_diff_table_row.vue
View file @
5722f63f
...
...
@@ -102,7 +102,7 @@ export default {
:line-type=
"newLineType"
:is-bottom=
"isBottom"
:is-hover=
"isHover"
class=
"diff-line-num new_line"
class=
"diff-line-num new_line
qa-new-diff-line
"
/>
<td
:class=
"line.type"
...
...
app/assets/javascripts/diffs/components/parallel_diff_table_row.vue
View file @
5722f63f
...
...
@@ -143,7 +143,7 @@ export default {
:show-comment-button=
"true"
:diff-view-type=
"parallelDiffViewType"
line-position=
"right"
class=
"diff-line-num new_line
qa-new-diff-line
"
class=
"diff-line-num new_line"
/>
<td
:id=
"line.right.lineCode"
...
...
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