Add group links to status.

This commit is contained in:
eal 2017-11-19 17:42:28 +02:00
parent 54d3b0cd7e
commit d4de464ab5
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@
{{status.in_reply_to_screen_name}}
</router-link>
</small>
<small v-for="group in status.statusnet_in_groups"> |
<router-link :to="{ name: 'group-page', params: { name: group.nickname } }">
{{group.nickname}}
</router-link>
</small>
<template v-if="isReply">
<small>
<a href="#" @click.prevent="gotoOriginal(status.in_reply_to_status_id)"><i class="icon-reply" @mouseenter="replyEnter(status.in_reply_to_status_id, $event)" @mouseout="replyLeave()"></i></a>