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
34af8e5a
Commit
34af8e5a
authored
Jun 27, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/assets/javascripts/boards/components/issue_card_inner.vue
parent
2eaf9586
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
app/assets/javascripts/boards/components/issue_card_inner.vue
...assets/javascripts/boards/components/issue_card_inner.vue
+0
-9
No files found.
app/assets/javascripts/boards/components/issue_card_inner.vue
View file @
34af8e5a
<
script
>
import
$
from
'
jquery
'
;
<<<<<<<
HEAD
import
IssueCardWeight
from
'
ee/boards/components/issue_card_weight.vue
'
;
=======
>>>>>>>
upstream
/
master
import
UserAvatarLink
from
'
../../vue_shared/components/user_avatar/user_avatar_link.vue
'
;
import
eventHub
from
'
../eventhub
'
;
...
...
@@ -12,10 +9,7 @@
export
default
{
components
:
{
UserAvatarLink
,
<<<<<<<
HEAD
IssueCardWeight
,
=======
>>>>>>>
upstream
/
master
},
props
:
{
issue
:
{
...
...
@@ -160,13 +154,10 @@
>
{{
issue
.
referencePath
}}
</span>
<<<<<<<
HEAD
<issue-card-weight
v-if=
"issue.weight"
:weight=
"issue.weight"
/>
=======
>>>>>>> upstream/master
</h4>
<div
class=
"board-card-assignee"
>
<user-avatar-link
...
...
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