aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index b107e8b..2f0b875 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -36,18 +36,18 @@
<h2 class="my-3">{{ _("Recently Updated") }}</h2>
{{ render_pkggrid(updated) }}
-
+ <!--
<a href="{{ url_for('packages.list_all', type='game', sort='score', order='desc') }}" class="btn btn-secondary float-right">
{{ _("See more") }}
</a>
<h2 class="my-3">{{ _("Top Games") }}</h2>
{{ render_pkggrid(pop_gam) }}
-
+ -->
<a href="{{ url_for('packages.list_all', type='mod', sort='score', order='desc') }}" class="btn btn-secondary float-right">
{{ _("See more") }}
</a>
- <h2 class="my-3">{{ _("Top Mods") }}</h2>
+ <h2 class="my-3">{{ _("Top Clientmods") }}</h2>
{{ render_pkggrid(pop_mod) }}