Follow from feed from the small action links

This commit is contained in:
Peter Stuifzand 2018-12-29 20:12:43 +01:00
parent daa47af94c
commit c71b0b46d8

View File

@ -24,8 +24,6 @@
<div><a :href="author_url">{{ author_name }}</a>
&middot;
<a :href="currentItem.url" target="_new"><span class="published" v-html="niceTime"></span></a>
&middot;
<button class="button is-small" @click="$emit('followFeed', author_url)">Follow</button>
</div>
<h3 class="title is-6" v-if="currentItem.name" v-text="currentItem.name"></h3>
@ -44,6 +42,7 @@
<a @click="like">Like</a>
&middot; <a @click.prevent="openReply">Reply</a>
&middot; <a @click.prevent="repost">Repost</a>
&middot; <a @click.prevent="$emit('followFeed', author_url)" title="Try to follow the feed this item comes from">Follow</a>
&middot; <a @click.prevent="debug">Debug</a>
</span>
</small>