Follow from feed from the small action links
This commit is contained in:
parent
daa47af94c
commit
c71b0b46d8
|
|
@ -24,8 +24,6 @@
|
||||||
<div><a :href="author_url">{{ author_name }}</a>
|
<div><a :href="author_url">{{ author_name }}</a>
|
||||||
·
|
·
|
||||||
<a :href="currentItem.url" target="_new"><span class="published" v-html="niceTime"></span></a>
|
<a :href="currentItem.url" target="_new"><span class="published" v-html="niceTime"></span></a>
|
||||||
·
|
|
||||||
<button class="button is-small" @click="$emit('followFeed', author_url)">Follow</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 class="title is-6" v-if="currentItem.name" v-text="currentItem.name"></h3>
|
<h3 class="title is-6" v-if="currentItem.name" v-text="currentItem.name"></h3>
|
||||||
|
|
@ -44,6 +42,7 @@
|
||||||
<a @click="like">Like</a>
|
<a @click="like">Like</a>
|
||||||
· <a @click.prevent="openReply">Reply</a>
|
· <a @click.prevent="openReply">Reply</a>
|
||||||
· <a @click.prevent="repost">Repost</a>
|
· <a @click.prevent="repost">Repost</a>
|
||||||
|
· <a @click.prevent="$emit('followFeed', author_url)" title="Try to follow the feed this item comes from">Follow</a>
|
||||||
· <a @click.prevent="debug">Debug</a>
|
· <a @click.prevent="debug">Debug</a>
|
||||||
</span>
|
</span>
|
||||||
</small>
|
</small>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user