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
72b01fdd
Commit
72b01fdd
authored
Aug 07, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Incremental Rendering
parent
66cde870
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/commons/vue.js
app/assets/javascripts/commons/vue.js
+1
-1
app/assets/javascripts/diffs/components/diff_line_gutter_content.vue
...javascripts/diffs/components/diff_line_gutter_content.vue
+2
-2
app/assets/javascripts/diffs/store/modules/diff_state.js
app/assets/javascripts/diffs/store/modules/diff_state.js
+1
-0
No files found.
app/assets/javascripts/commons/vue.js
View file @
72b01fdd
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/diff_line_gutter_content.vue
View file @
72b01fdd
...
...
@@ -177,10 +177,10 @@ export default {
title=
"Add a comment to this line"
@
click=
"handleCommentButton"
>
<
!--
<
icon
<icon
:size=
"12"
name=
"comment"
/>
-->
/>
</button>
<a
v-if=
"lineNumber"
...
...
app/assets/javascripts/diffs/store/modules/diff_state.js
View file @
72b01fdd
...
...
@@ -8,6 +8,7 @@ const defaultViewType = INLINE_DIFF_VIEW_TYPE;
export
default
()
=>
({
isLoading
:
true
,
loadingMessage
:
''
,
endpoint
:
''
,
basePath
:
''
,
commit
:
null
,
...
...
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