RP --> RN

This commit is contained in:
syuilo 2018-10-20 07:01:09 +09:00
parent 5d3fe9599b
commit e0d6f7c7c4
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@
<span v-if="appearNote.isHidden" style="opacity: 0.5">%i18n:@private%</span>
<a class="reply" v-if="appearNote.reply">%fa:reply%</a>
<misskey-flavored-markdown v-if="appearNote.text" :text="appearNote.text" :i="$store.state.i" :class="$style.text"/>
<a class="rp" v-if="appearNote.renote">RP:</a>
<a class="rp" v-if="appearNote.renote">RN:</a>
</div>
<div class="files" v-if="appearNote.files.length > 0">
<mk-media-list :media-list="appearNote.files"/>