Skip to content
Snippets Groups Projects
Commit 0df3ca47 authored by lain's avatar lain
Browse files

Add link to replied to users in status.

parent fcccb9df
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment