summaryrefslogtreecommitdiff
path: root/src/web/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-22 22:27:28 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-22 22:27:28 +0900
commit29b7bd258c0f31e456fef2148318679c31cfddd9 (patch)
tree2f24e5cd19e0ed035b01c8e45c05235372b63025 /src/web/app/mobile
parentwip (diff)
downloadmisskey-29b7bd258c0f31e456fef2148318679c31cfddd9.tar.gz
misskey-29b7bd258c0f31e456fef2148318679c31cfddd9.tar.bz2
misskey-29b7bd258c0f31e456fef2148318679c31cfddd9.zip
wip
Diffstat (limited to 'src/web/app/mobile')
-rw-r--r--src/web/app/mobile/views/components/posts.post.sub.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/views/components/posts.post.sub.vue b/src/web/app/mobile/views/components/posts.post.sub.vue
index 5bb6444a6c..f1c858675e 100644
--- a/src/web/app/mobile/views/components/posts.post.sub.vue
+++ b/src/web/app/mobile/views/components/posts.post.sub.vue
@@ -7,7 +7,7 @@
<header>
<router-link class="name" :to="`/${post.user.username}`">{{ post.user.name }}</router-link>
<span class="username">@{{ post.user.username }}</span>
- <router-link class="created-at" :href="`/${post.user.username}/${post.id}`">
+ <router-link class="created-at" :to="`/${post.user.username}/${post.id}`">
<mk-time :time="post.created_at"/>
</router-link>
</header>