From 35905bafdf8dbddec049e8f9a63498ecbb01ff40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 27 Apr 2024 15:00:23 +0200 Subject: [PATCH] Improve rendering of pagination on mobile (#37) --- ram/portal/templates/bookshelf/book.html | 4 ++-- ram/portal/templates/bookshelf/books.html | 10 +++++----- ram/portal/templates/companies.html | 10 +++++----- ram/portal/templates/consist.html | 10 +++++----- ram/portal/templates/consists.html | 10 +++++----- ram/portal/templates/filter.html | 10 +++++----- ram/portal/templates/manufacturer.html | 10 +++++----- ram/portal/templates/manufacturers.html | 10 +++++----- ram/portal/templates/rollingstock.html | 4 ++-- ram/portal/templates/roster.html | 10 +++++----- ram/portal/templates/scales.html | 10 +++++----- ram/portal/templates/search.html | 10 +++++----- ram/portal/templates/types.html | 10 +++++----- ram/portal/views.py | 10 +++++----- ram/ram/__init__.py | 2 +- 15 files changed, 65 insertions(+), 65 deletions(-) diff --git a/ram/portal/templates/bookshelf/book.html b/ram/portal/templates/bookshelf/book.html index 49c3d61..23f73fd 100644 --- a/ram/portal/templates/bookshelf/book.html +++ b/ram/portal/templates/bookshelf/book.html @@ -27,11 +27,11 @@ {% if book.image.count > 1 %} {% endif %} diff --git a/ram/portal/templates/bookshelf/books.html b/ram/portal/templates/bookshelf/books.html index f06f0be..049c7b0 100644 --- a/ram/portal/templates/bookshelf/books.html +++ b/ram/portal/templates/bookshelf/books.html @@ -2,14 +2,14 @@ {% block pagination %} {% if data.has_other_pages %}