show the reply count

This commit is contained in:
Bnyro
2022-10-17 18:13:43 +02:00
parent 30aa50dabb
commit 36950936ea
42 changed files with 3 additions and 43 deletions

View File

@@ -36,7 +36,7 @@
</div>
<template v-if="comment.repliesPage && (!loadingReplies || !showingReplies)">
<div @click="loadReplies" class="cursor-pointer">
<a v-t="'actions.show_replies'" />
<a v-text="`${$t('actions.reply_count', comment.replyCount)}`" />
<font-awesome-icon class="ml-1.5" icon="level-down-alt" />
</div>
</template>