Commit d62108ad authored by George Tsiolis's avatar George Tsiolis

Resolve app/assets/javascripts/notes/components/noteable_note.vue

parent c0bc3aaa
......@@ -200,13 +200,9 @@ export default {
:created-at="note.created_at"
:note-id="note.id"
action-text="commented"
<<<<<<< HEAD
>
<slot slot="note-header-info" name="note-header-info"> </slot>
</note-header>
=======
/>
>>>>>>> upstream/master
<note-actions
:author-id="author.id"
:note-id="note.id"
......@@ -216,7 +212,6 @@ export default {
:can-award-emoji="note.current_user.can_award_emoji"
:can-delete="note.current_user.can_edit"
:can-report-as-abuse="canReportAsAbuse"
<<<<<<< HEAD
:can-resolve="
note.current_user.can_resolve || (note.isDraft && note.discussion_id !== null)
"
......@@ -227,14 +222,6 @@ export default {
:resolved-by="note.resolved_by"
:discussion-id="note.isDraft && note.discussion_id"
:resolve-discussion="note.isDraft && note.resolve_discussion"
=======
:can-resolve="note.current_user.can_resolve"
:report-abuse-path="note.report_abuse_path"
:resolvable="note.resolvable"
:is-resolved="note.resolved"
:is-resolving="isResolving"
:resolved-by="note.resolved_by"
>>>>>>> upstream/master
@handleEdit="editHandler"
@handleDelete="deleteHandler"
@handleResolve="resolveHandler"
......
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