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:
@ -93,7 +93,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ request.url._path }}?cursor={{ next_cursor }}">
|
<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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user