summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-27 22:52:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-27 22:52:14 +0900
commitc5ef18bc7a3c19bb73d3bc1fb67c6e6ad45735df (patch)
tree5f7ba9a4a242925be1814b6a0f02526eece5739d /src
parentFix (diff)
downloadmisskey-c5ef18bc7a3c19bb73d3bc1fb67c6e6ad45735df.tar.gz
misskey-c5ef18bc7a3c19bb73d3bc1fb67c6e6ad45735df.tar.bz2
misskey-c5ef18bc7a3c19bb73d3bc1fb67c6e6ad45735df.zip
Fix
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/components/note-detail.vue8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue
index 9282848d7a..91b8c20111 100644
--- a/src/client/app/mobile/views/components/note-detail.vue
+++ b/src/client/app/mobile/views/components/note-detail.vue
@@ -17,7 +17,13 @@
</div>
<div class="renote" v-if="isRenote">
<p>
- <mk-avatar class="avatar" :user="note.user"/>%fa:retweet%<router-link class="name" :to="note.user | userPage">{{ note.user | userName }}</router-link>%i18n:@is-renote%
+ <mk-avatar class="avatar" :user="note.user"/>
+ %fa:retweet%
+ <router-link class="name" :href="note.user | userPage">{{ note.user | userName }}</router-link>
+ <span>{{ '%i18n:@reposted-by%'.substr(0, '%i18n:@reposted-by%'.indexOf('{')) }}</span>
+ <a class="name" :href="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</a>
+ <span>{{ '%i18n:@reposted-by%'.substr('%i18n:@reposted-by%'.indexOf('}') + 1) }}</span>
+ <mk-time :time="note.createdAt"/>
</p>
</div>
<article>