mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: alignment of pagination element
pagination for comments should appear on the right instead of center Issue report: #390 Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
c74772cb36
commit
8027ff936c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
{% if pages > 1 %}
|
||||
<p class="comments-header-nav">
|
||||
{{ page | pager_nav(comments_total, prefix) | safe }}
|
||||
<p>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% for comment in comments.all() %}
|
||||
|
|
Loading…
Add table
Reference in a new issue