diff --git a/src/super_archives/templates/message-list.html b/src/super_archives/templates/message-list.html index 62f1190..4ce88c4 100644 --- a/src/super_archives/templates/message-list.html +++ b/src/super_archives/templates/message-list.html @@ -40,26 +40,23 @@ {% endfor %} -
 
-
- {% if n_results %} -
- {% if threads.has_previous %} - {% trans "Previous" %} - {% endif %} + {% if n_results %} +
+ {% if threads.has_previous %} + {% trans "Previous" %} + {% endif %} - - {% trans "Page" %} {{ threads.number }} {% trans "of" %} {{ threads.paginator.num_pages }} - + + {% trans "Page" %} {{ threads.number }} {% trans "of" %} {{ threads.paginator.num_pages }} + - {% if threads.has_next %} - {% trans "Next" %} - {% endif %} + {% if threads.has_next %} + {% trans "Next" %} {% endif %} -
+ {% endif %}
-- libgit2 0.21.2