Link from group summary to individual projects

This commit is contained in:
D. Berge
2025-08-20 12:06:20 +02:00
parent 7d8c78648d
commit 6b6f5ab511

View File

@@ -48,7 +48,13 @@
</template>
<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 v-slot:item.fsp="{item, value}">