try comment show with link

This commit is contained in:
Tuan-Dung Bui 2023-05-16 15:03:26 +07:00
parent 49a186f72f
commit d1f9c12c2d
8 changed files with 264 additions and 60 deletions

View file

@ -27,9 +27,9 @@
<span class="actionbar-text">
{{_("Comment")}}
</span>
{% if replies %}
{% if comment_count %}
<span style="margin-left: 0.2em">
({{replies}})
({{ comment_count }})
</span>
{% endif %}
</span>