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
d62108ad
Commit
d62108ad
authored
Dec 03, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve app/assets/javascripts/notes/components/noteable_note.vue
parent
c0bc3aaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
app/assets/javascripts/notes/components/noteable_note.vue
app/assets/javascripts/notes/components/noteable_note.vue
+0
-13
No files found.
app/assets/javascripts/notes/components/noteable_note.vue
View file @
d62108ad
...
...
@@ -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"
...
...
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