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