1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Tweak read more link on notifications page

This commit is contained in:
Thomas Sileo
2022-08-25 08:51:46 +02:00
parent 30cfd6260b
commit e753fee632

View File

@ -93,7 +93,7 @@
<div class="box">
<p>
<a href="{{ request.url._path }}?cursor={{ next_cursor }}">
See more{% if more_unread_count %}({{ more_unread_count }} unread left){% endif %}
See more{% if more_unread_count %} ({{ more_unread_count }} unread left){% endif %}
</a>
</p>
</div>