Do not display replies inside status as link if there are no other replies

merge-requests/1521/head
Tusooa Zhu 3 years ago
parent 9b27ac9aaf
commit cebb4224ac
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -347,7 +347,7 @@
class="replies"
>
<button
v-if="showOtherRepliesAsButton"
v-if="showOtherRepliesAsButton && replies.length > 1"
class="button-unstyled -link faint"
:title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })"
@click.prevent="dive"

Loading…
Cancel
Save