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
0acd5219
Commit
0acd5219
authored
Nov 29, 2018
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/assets/javascripts/notes/components/note_form.vue
parent
eaefa0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
app/assets/javascripts/notes/components/note_form.vue
app/assets/javascripts/notes/components/note_form.vue
+0
-25
No files found.
app/assets/javascripts/notes/components/note_form.vue
View file @
0acd5219
...
...
@@ -199,7 +199,6 @@ export default {
></textarea>
</markdown-field>
<div
class=
"note-form-actions clearfix"
>
<<<<<<<
HEAD
<p
v-if=
"(discussion && discussion.id) || isDraft"
>
<label>
<template
v-if=
"discussionResolved"
>
...
...
@@ -266,30 +265,6 @@ export default {
Cancel
</button>
</
template
>
=======
<button
:disabled=
"isDisabled"
type=
"button"
class=
"js-vue-issue-save btn btn-success js-comment-button"
@
click=
"handleUpdate();"
>
{{ saveButtonTitle }}
</button>
<button
v-if=
"discussion.resolvable"
class=
"btn btn-nr btn-default append-right-10 js-comment-resolve-button"
@
click.prevent=
"handleUpdate(true);"
>
{{ resolveButtonTitle }}
</button>
<button
class=
"btn btn-cancel note-edit-cancel js-close-discussion-note-form"
type=
"button"
@
click=
"cancelHandler();"
>
Cancel
</button>
>>>>>>> upstream/master
</div>
</form>
</div>
...
...
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