1
0
Fork 0

add page numbers to comment and quote statuses

This adds the page number for quote and comment statuses where a page number is provided:

- all ActivityPub posts
- Explore cards for comments (quotes already have the page number)

This responds to #2136
This commit is contained in:
Hugh Rundle 2022-06-05 16:02:25 +10:00
parent d5bbb759e0
commit 4de9989d8e
2 changed files with 25 additions and 8 deletions

View file

@ -112,6 +112,9 @@
{% with full=status.content|safe no_trim=status.content_warning itemprop="reviewBody" %}
{% include 'snippets/trimmed_text.html' %}
{% endwith %}
{% if status.progress %}
<div class="is-small is-italic has-text-right mr-3">{% trans "page" %} {{ status.progress }}</div>
{% endif %}
{% endif %}
{% if status.attachments.exists %}