summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-29 15:41:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-29 15:41:49 +0900
commit69f07cb015bfa9d0463ab4aa9fbab961ac60d6eb (patch)
tree932a1b4bc6f3a69a0039379a2f5621844ecc7ba7 /src/client
parentnanka iroiro (diff)
downloadmisskey-69f07cb015bfa9d0463ab4aa9fbab961ac60d6eb.tar.gz
misskey-69f07cb015bfa9d0463ab4aa9fbab961ac60d6eb.tar.bz2
misskey-69f07cb015bfa9d0463ab4aa9fbab961ac60d6eb.zip
Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/sub-note-content.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/sub-note-content.vue b/src/client/app/desktop/views/components/sub-note-content.vue
index ec41329c4a..45ce6a6f8f 100644
--- a/src/client/app/desktop/views/components/sub-note-content.vue
+++ b/src/client/app/desktop/views/components/sub-note-content.vue
@@ -5,7 +5,7 @@
<span v-if="note.deletedAt" style="opacity: 0.5">%i18n:@deleted%</span>
<a class="reply" v-if="note.replyId">%fa:reply%</a>
<mk-note-html v-if="note.text" :text="note.text" :i="$store.state.i"/>
- <a class="rp" v-if="note.renoteId" :href="`/note:${note.renoteId}`">RP: ...</a>
+ <a class="rp" v-if="note.renoteId" :href="`/notes/${note.renoteId}`">RP: ...</a>
</div>
<details v-if="note.media.length > 0">
<summary>({{ '%i18n:@media-count%'.replace('{}', note.media.length) }})</summary>