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
Léo-Paul Géneau
gitlab-ce
Commits
e8311419
Commit
e8311419
authored
Aug 06, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start of non getter Version
parent
4c803ff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/commons/vue.js
app/assets/javascripts/commons/vue.js
+1
-1
app/assets/javascripts/diffs/components/parallel_diff_view.vue
...ssets/javascripts/diffs/components/parallel_diff_view.vue
+2
-2
No files found.
app/assets/javascripts/commons/vue.js
View file @
e8311419
import
Vue
from
'
vue
'
;
import
'
../vue_shared/vue_resource_interceptor
'
;
Vue
.
config
.
performance
=
true
;
//
Vue.config.performance = true;
if
(
process
.
env
.
NODE_ENV
!==
'
production
'
)
{
Vue
.
config
.
productionTip
=
false
;
...
...
app/assets/javascripts/diffs/components/parallel_diff_view.vue
View file @
e8311419
...
...
@@ -73,7 +73,7 @@ export default {
<table>
<tbody>
<template
v-for=
"(line, index) in
parallelD
iffLines"
v-for=
"(line, index) in
d
iffLines"
>
<parallel-diff-table-row
:file-hash=
"diffFile.fileHash"
...
...
@@ -84,7 +84,7 @@ export default {
:left-discussions=
"discussionsByLine(line, 'left')"
:right-discussions=
"discussionsByLine(line, 'right')"
/>
<parallel-diff-comment-row
<
!--
<
parallel-diff-comment-row
v-if=
"shouldRenderParallelCommentRow(line)"
:key=
"`dcr-$
{index}`"
:line="line"
...
...
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