old<->newer

This commit is contained in:
m
2026-03-13 20:57:08 +01:00
parent 01c186edc7
commit b024f6e998

View File

@@ -36,9 +36,9 @@ block content %}
{% endif %} {% endfor %} {% endif %} {% endfor %}
<ul class="pager"> <ul class="pager">
{% if prev_url %} {% if prev_url %}
<li class="previous"><a href="{{ prev_url }}">&larr; Older</a></li> <li class="previous"><a href="{{ prev_url }}">&larr; Newer</a></li>
{% else %} {% else %}
<li class="previous disabled"><a href="#">&larr; Older</a></li> <li class="previous disabled"><a href="#">&larr; Newer</a></li>
{% endif %} {% endif %}
<span class="text-muted" <span class="text-muted"
@@ -46,9 +46,9 @@ block content %}
> >
{% if next_url %} {% if next_url %}
<li class="next"><a href="{{ next_url }}">Newer &rarr;</a></li> <li class="next"><a href="{{ next_url }}">Older &rarr;</a></li>
{% else %} {% else %}
<li class="next disabled"><a href="#">Newer &rarr;</a></li> <li class="next disabled"><a href="#">Older &rarr;</a></li>
{% endif %} {% endif %}
</ul> </ul>
</div> </div>