Optimize actionbar comment
This commit is contained in:
parent
d2f261acfe
commit
9b5f0c0969
2 changed files with 3 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
|||
<span class="actionbar-text">
|
||||
{{_("Comment")}}
|
||||
</span>
|
||||
{% if comment_list.count() %}
|
||||
{% if comment_count %}
|
||||
<span style="margin-left: 0.2em">
|
||||
({{comment_list.count()}})
|
||||
({{comment_count}})
|
||||
</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue