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
8a0e461f
Commit
8a0e461f
authored
Nov 08, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/assets/javascripts/notes/components/noteable_discussion.vue
parent
5c0bac2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
app/assets/javascripts/notes/components/noteable_discussion.vue
...sets/javascripts/notes/components/noteable_discussion.vue
+0
-7
No files found.
app/assets/javascripts/notes/components/noteable_discussion.vue
View file @
8a0e461f
...
...
@@ -5,11 +5,8 @@ import { truncateSha } from '~/lib/utils/text_utility';
import
{
s__
}
from
'
~/locale
'
;
import
systemNote
from
'
~/vue_shared/components/notes/system_note.vue
'
;
import
icon
from
'
~/vue_shared/components/icon.vue
'
;
<<<<<<<
HEAD
import
batchCommentsDiffLineNoteFormMixin
from
'
ee/batch_comments/mixins/diff_line_note_form
'
;
import
DraftNote
from
'
ee/batch_comments/components/draft_note.vue
'
;
=======
>>>>>>>
upstream
/
master
import
Flash
from
'
../../flash
'
;
import
{
SYSTEM_NOTE
}
from
'
../constants
'
;
import
userAvatarLink
from
'
../../vue_shared/components/user_avatar/user_avatar_link.vue
'
;
...
...
@@ -443,11 +440,7 @@ Please check your network connection and try again.`;
:draft=
"draftForDiscussion(discussion.reply_id)"
/>
<div
<<<<<<<
HEAD
v-else-if=
"!isRepliesCollapsed"
=======
v-if=
"!isRepliesCollapsed"
>
>>>>>> upstream/master
:class=
"{ 'is-replying': isReplying }"
class=
"discussion-reply-holder"
>
...
...
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