aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-14 23:14:24 +0900
committerPitu <[email protected]>2019-03-14 23:14:24 +0900
commit79eb00f71cc18dbb195a29bd79871d35176f33d1 (patch)
treea73c918ab74a76e54941cb801d157b055537a7b5 /src/site
parentAdd uuid package (diff)
downloadhost.fuwn.me-79eb00f71cc18dbb195a29bd79871d35176f33d1.tar.xz
host.fuwn.me-79eb00f71cc18dbb195a29bd79871d35176f33d1.zip
Small fixes
Diffstat (limited to 'src/site')
-rw-r--r--src/site/pages/dashboard/albums/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/pages/dashboard/albums/index.vue b/src/site/pages/dashboard/albums/index.vue
index 679eb8c..1ad7653 100644
--- a/src/site/pages/dashboard/albums/index.vue
+++ b/src/site/pages/dashboard/albums/index.vue
@@ -189,7 +189,7 @@
</div>
<div v-if="album.fileCount > 5"
class="thumb more no-background">
- <router-link :to="`/dashboard/albums/${album.uuid}`">{{ album.fileCount - 5 }}+ more</router-link>
+ <router-link :to="`/dashboard/albums/${album.id}`">{{ album.fileCount - 5 }}+ more</router-link>
</div>
</template>
<template v-else>