mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
use subject in useractionlog
This commit is contained in:
parent
807a245191
commit
69396cd7ab
@ -27,7 +27,7 @@
|
||||
<NuxtLink :to="'/' + item.project.owner + '/' + item.project.slug">{{ item.project.owner + '/' + item.project.slug }}</NuxtLink>
|
||||
</span>
|
||||
<span v-else-if="item.subject">
|
||||
<NuxtLink :to="'/' + item.subject.username">{{ item.subject.username }}</NuxtLink>
|
||||
<NuxtLink :to="'/' + item.subject.name">{{ item.subject.name }}</NuxtLink>
|
||||
</span>
|
||||
</template>
|
||||
<template #item.oldState="{ item }">
|
||||
|
Loading…
Reference in New Issue
Block a user