1
0
Fork 0

More UI fixes

This commit is contained in:
Thomas Sileo 2022-07-09 08:36:32 +02:00
parent fb884de797
commit b9dac01f31
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
{% if (object.is_from_outbox or is_admin) and object.replies_count %}
<li>
<a href="{{ object.url }}"><strong>{{ object.replies_count }}</strong> repl{{ object.replies_count | pluralize("y", "ies") }}</a>
<a href="{% if is_admin and not object.is_from_outbox %}{{ url_for("admin_object") }}?ap_id={% endif %}{{ object.url }}"><strong>{{ object.replies_count }}</strong> repl{{ object.replies_count | pluralize("y", "ies") }}</a>
</li>
{% endif %}