From b7ebf1927c8e401e01c826c74d17a7972671f4e0 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 22 Nov 2022 15:29:05 +0000 Subject: [PATCH] Use download/more on games page. Mobile layout fixes --- templates/footer.html | 4 ---- templates/games.html | 6 +++++- templates/index.html | 6 +++--- templates/joinus.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index 6b59727..fba615e 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -16,7 +16,3 @@ -{# - - -#} diff --git a/templates/games.html b/templates/games.html index 84fbc8f..4f8aa86 100644 --- a/templates/games.html +++ b/templates/games.html @@ -21,7 +21,11 @@

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} {{project.body}}
- {{ _("View") }} + {% if project.weblate %} + {{ _("More") }} + {% else %} + {{ _("Download") }} + {% endif %}
diff --git a/templates/index.html b/templates/index.html index a1180de..a5313ee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,9 +5,9 @@
-

Featured games

+

{{ _("Featured games") }}

-
+
{% for id, item in bag('featured').items() %} {% set image = item.path+'main.jpg' %}
@@ -26,7 +26,7 @@ {% endfor %}
{% endblock %} diff --git a/templates/joinus.html b/templates/joinus.html index a6eb275..9f6ff58 100644 --- a/templates/joinus.html +++ b/templates/joinus.html @@ -3,7 +3,7 @@

{{ this.join_title }}

-