Commit 0acd5219 authored by Winnie Hellmann's avatar Winnie Hellmann

Resolve conflict in app/assets/javascripts/notes/components/note_form.vue

parent eaefa0a0
...@@ -199,7 +199,6 @@ export default { ...@@ -199,7 +199,6 @@ export default {
></textarea> ></textarea>
</markdown-field> </markdown-field>
<div class="note-form-actions clearfix"> <div class="note-form-actions clearfix">
<<<<<<< HEAD
<p v-if="(discussion && discussion.id) || isDraft"> <p v-if="(discussion && discussion.id) || isDraft">
<label> <label>
<template v-if="discussionResolved"> <template v-if="discussionResolved">
...@@ -266,30 +265,6 @@ export default { ...@@ -266,30 +265,6 @@ export default {
Cancel Cancel
</button> </button>
</template> </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> </div>
</form> </form>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment