aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-30 14:38:43 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-30 14:38:43 +0100
commita1d5fa6fde2e84a59c3327b7329b160dde40acc1 (patch)
treeee41b2542db4e37acdf4366ceb87cb0092dd7499 /app/templates
parent0580d88122be5c502ed7fb009dcfbf9d5aecb10b (diff)
downloadcheatdb-a1d5fa6fde2e84a59c3327b7329b160dde40acc1.tar.xz
Removed Games from GUI; Renamed Mods to Clientmods
Diffstat (limited to 'app/templates')
-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) }}