Skip to content
Snippets Groups Projects
Unverified Commit d31764c3 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by GitLab
Browse files

Merge branch 'create-work-item-sidebar-dividers' into 'master'

parents 282e8f83 8c1a7a33
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -507,12 +507,12 @@ export default {
<aside
v-if="hasWidgets"
data-testid="work-item-overview-right-sidebar"
class="work-item-overview-right-sidebar"
class="work-item-overview-right-sidebar gl-px-3"
:class="{ 'is-modal': true }"
>
<template v-if="workItemAssignees">
<work-item-assignees
class="js-assignee gl-mb-5"
class="js-assignee work-item-attributes-item"
:can-update="canUpdate"
:full-path="fullPath"
:is-group="isGroup"
Loading
Loading
@@ -528,7 +528,7 @@ export default {
</template>
<template v-if="workItemLabels">
<work-item-labels
class="js-labels gl-mb-5"
class="js-labels work-item-attributes-item"
:can-update="canUpdate"
:full-path="fullPath"
:is-group="isGroup"
Loading
Loading
@@ -540,7 +540,7 @@ export default {
</template>
<template v-if="workItemRolledupDates">
<work-item-rolledup-dates
class="gl-mb-5"
class="work-item-attributes-item"
:can-update="canUpdate"
:full-path="fullPath"
:due-date-is-fixed="workItemRolledupDates.dueDateIsFixed"
Loading
Loading
@@ -556,7 +556,7 @@ export default {
</template>
<template v-if="workItemHealthStatus">
<work-item-health-status
class="gl-mb-5"
class="work-item-attributes-item"
:work-item-id="workItemId"
:work-item-iid="workItemIid"
:work-item-type="selectedWorkItemTypeName"
Loading
Loading
@@ -566,7 +566,7 @@ export default {
</template>
<template v-if="workItemColor">
<work-item-color
class="gl-mb-5"
class="work-item-attributes-item"
:work-item="workItem"
:full-path="fullPath"
:can-update="canUpdate"
Loading
Loading
@@ -575,7 +575,7 @@ export default {
</template>
<template v-if="workItemCrmContacts">
<work-item-crm-contacts
class="gl-mb-5"
class="work-item-attributes-item"
:full-path="fullPath"
:work-item-id="workItemId"
:work-item-iid="workItemIid"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment