fix: pagination underflow, remove |safe, move bar_height_pct to adapter
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<nav class="pagination">
|
||||
{% if current_offset > 0 %}
|
||||
{% if current_offset >= limit %}
|
||||
<a href="/?offset={{ current_offset - limit }}">← Prev</a>
|
||||
{% endif %}
|
||||
{% if has_more %}
|
||||
|
||||
Reference in New Issue
Block a user