Hide all status actions if not logged in

このコミットが含まれているのは:
dtluna 2018-08-06 11:57:27 +03:00
コミット da36cd11e8
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -82,8 +82,8 @@
</attachment> </attachment>
</div> </div>
<div v-if="!noHeading && !noReplyLinks" class='status-actions media-body'> <div v-if="loggedIn && !noHeading && !noReplyLinks" class='status-actions media-body'>
<div v-if="loggedIn"> <div>
<a href="#" v-on:click.prevent="toggleReplying"> <a href="#" v-on:click.prevent="toggleReplying">
<i class="icon-reply" :class="{'icon-reply-active': replying}"></i> <i class="icon-reply" :class="{'icon-reply-active': replying}"></i>
</a> </a>