aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 21:41:30 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 21:41:30 +0000
commit137a6928bcb247cf080012b20db05e0fd796a4a8 (patch)
tree11a103c8ecb02dcbb48d42937e11ca039ac4e2ab /app/templates
parentde9135f44f9c85eba66cb9ef1a3bbb1875823355 (diff)
downloadcheatdb-137a6928bcb247cf080012b20db05e0fd796a4a8.tar.xz
Replace Popular with Top Mods
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 634224b..4b976cc 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -25,15 +25,15 @@ Welcome
<a href="{{ url_for('packages_page', sort='created_at', order='desc') }}" class="btn btn-secondary float-right">
See more
</a>
- <h2 class="my-3">Newly Added</h2>
+ <h2 class="my-3">Recently Added</h2>
{{ render_pkggrid(new) }}
- <a href="{{ url_for('packages_page', sort='score', order='desc') }}" class="btn btn-secondary float-right">
+ <a href="{{ url_for('packages_page', type='mod', sort='score', order='desc') }}" class="btn btn-secondary float-right">
See more
</a>
- <h2 class="my-3">Popular</h2>
- {{ render_pkggrid(popular) }}
+ <h2 class="my-3">Top Mods</h2>
+ {{ render_pkggrid(pop_mod) }}
<a href="{{ url_for('packages_page', type='game', sort='score', order='desc') }}" class="btn btn-secondary float-right">