forked from AkkomaGang/akkoma-fe
Add link to replied to users in status.
This commit is contained in:
parent
fcccb9df68
commit
0df3ca47a4
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
{{status.user.name}}
|
||||
<small><router-link :to="{ name: 'user-profile', params: { id: status.user.id } }">{{status.user.screen_name}}</router-link></small>
|
||||
<small v-if="status.in_reply_to_screen_name"> >
|
||||
<a :href="status.in_reply_to_profileurl">{{status.in_reply_to_screen_name}}</a>
|
||||
<router-link :to="{ name: 'user-profile', params: { id: status.in_reply_to_user_id } }">
|
||||
{{status.in_reply_to_screen_name}}
|
||||
</router-link>
|
||||
</small>
|
||||
-
|
||||
<small>
|
||||
|
|
Loading…
Reference in a new issue