Merge branch 'assignees-vue-component-missing-data-container' into 'master'

Add Assignees vue component missing data container

See merge request gitlab-org/gitlab-ce!17426
This commit is contained in:
Filipa Lacerda 2018-02-28 17:41:52 +00:00
commit ccbce7af7e
2 changed files with 6 additions and 0 deletions

View file

@ -194,6 +194,7 @@ export default {
> >
<a <a
class="user-link has-tooltip" class="user-link has-tooltip"
data-container="body"
data-placement="bottom" data-placement="bottom"
:href="assigneeUrl(user)" :href="assigneeUrl(user)"
:data-title="user.name" :data-title="user.name"

View file

@ -0,0 +1,5 @@
---
title: Add Assignees vue component missing data container
merge_request: 17426
author: George Tsiolis
type: fixed