aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-18 01:48:21 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-18 01:48:37 +0100
commitc7b1dcec4f3f924ad300ddb662eb573b1677c979 (patch)
tree0f8681c6ca638b9638b8dc2cb0ba432839a83554 /app/templates/index.html
parent7d0a93483acb7b81b94813957b41fb863cc8ea25 (diff)
downloadcheatdb-c7b1dcec4f3f924ad300ddb662eb573b1677c979.tar.xz
Sort "recently added" by approved_at
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 896239d..1911058 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -23,7 +23,7 @@
{% from "macros/packagegridtile.html" import render_pkggrid %}
- <a href="{{ url_for('packages.list_all', sort='created_at', order='desc') }}" class="btn btn-secondary float-right">
+ <a href="{{ url_for('packages.list_all', sort='approved_at', order='desc') }}" class="btn btn-secondary float-right">
{{ _("See more") }}
</a>
<h2 class="my-3">{{ _("Recently Added") }}</h2>