Add link to replied to users in status.

This commit is contained in:
Roger Braun 2016-12-01 18:05:04 +01:00
parent fcccb9df68
commit 0df3ca47a4
1 changed files with 3 additions and 1 deletions

View File

@ -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"> &gt;
<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>