notification-list: todo add a comment counter

This commit is contained in:
Mathieu Jaumotte 2022-01-31 11:25:23 +01:00
parent 230d73498e
commit efb5bd64b4

View File

@ -70,6 +70,15 @@
</div>
{% if c.action_button is not defined or c.action_button != false %}
<div class="item-row separator">
<div class="item-col item-meta">
{# TODO twig extension to count comments #}
<div class="comment-counter visually-hidden">
<span>x commentaires</span>
</div>
</div>
<div class="item-col">
<ul class="record_actions">
<li>
{# Vue component #}
@ -99,6 +108,7 @@
{% endif %}
</ul>
</div>
</div>
{% endif %}
{% endmacro %}