forked from AkkomaGang/akkoma-fe
Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into 'develop'
Hide all status actions if not logged in See merge request pleroma/pleroma-fe!301
This commit is contained in:
commit
63f072f702
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
</attachment>
|
||||
</div>
|
||||
|
||||
<div v-if="!noHeading && !noReplyLinks" class='status-actions media-body'>
|
||||
<div v-if="loggedIn">
|
||||
<div v-if="loggedIn && !noHeading && !noReplyLinks" class='status-actions media-body'>
|
||||
<div>
|
||||
<a href="#" v-on:click.prevent="toggleReplying">
|
||||
<i class="icon-reply" :class="{'icon-reply-active': replying}"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue