mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-05-05 12:56:36 +02:00
Fixes #15
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
<ul class="pager">
|
||||
{% if pager.current != 0 %}
|
||||
<li class="previous">
|
||||
<a href="?page={{ pager.previous }}">← Older</a>
|
||||
<a href="?page={{ pager.previous }}">← Newer</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if pager.current != pager.last %}
|
||||
<li class="next">
|
||||
<a href="?page={{ pager.next }}">Newer →</a>
|
||||
<a href="?page={{ pager.next }}">Older →</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user