mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Link from group summary to individual projects
This commit is contained in:
@@ -48,7 +48,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:item.pid="{item, value}">
|
<template v-slot:item.pid="{item, value}">
|
||||||
<v-chip label small outlined>{{ value }}</v-chip>
|
<v-chip
|
||||||
|
label
|
||||||
|
small
|
||||||
|
outlined
|
||||||
|
:href="`/projects/${item.pid}`"
|
||||||
|
:color="!item.archived ? 'primary' : ''"
|
||||||
|
>{{ value }}</v-chip>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:item.fsp="{item, value}">
|
<template v-slot:item.fsp="{item, value}">
|
||||||
|
|||||||
Reference in New Issue
Block a user