Tweak read more link on notifications page
parent
30cfd6260b
commit
e753fee632
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue