Tweak read more link on notifications page
This commit is contained in:
parent
30cfd6260b
commit
e753fee632
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue