diff --git a/src/components/tasks/partials/attachments.vue b/src/components/tasks/partials/attachments.vue index 89694c6de..173bb5f14 100644 --- a/src/components/tasks/partials/attachments.vue +++ b/src/components/tasks/partials/attachments.vue @@ -381,6 +381,4 @@ export default { transform: translate3d(0, -4px, 0); } } - -@include modal-transition(); \ No newline at end of file diff --git a/src/components/tasks/partials/kanban-card.vue b/src/components/tasks/partials/kanban-card.vue index eb6698555..86dac88be 100644 --- a/src/components/tasks/partials/kanban-card.vue +++ b/src/components/tasks/partials/kanban-card.vue @@ -28,9 +28,9 @@ - +

{{ task.title }}

-
- +
+ + - - - - - {{ $store.getters['lists/getListById'](task.listId).title }} - + :style="{backgroundColor: listColor }" + /> - - - - > - - {{ task.title }} - - - - - - - - - - - - - - - - - - - - - - - - {{ task.percentDone * 100 }}% - - {{ $store.getters['lists/getListById'](task.listId).title }} + :to="{ name: 'list.list', params: { listId: task.listId } }" + v-tooltip="$t('task.detail.belongsToList', {list: list.title})" + > + {{ list.title }} + + + + + + > + + {{ task.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + {{ list.title }} + + - - + > + +
- \ No newline at end of file