logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 0df3ca47a49be71c813c558f3a98286a6bc0c74b
parent: fcccb9df68f0c27890a431a132a2e3e59f1ba80d
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu,  1 Dec 2016 18:05:04 +0100

Add link to replied to users in status.

Diffstat:

Msrc/components/status/status.vue4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -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>