summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-20 02:15:01 +0200
committerDusty Phillips <buchuki@gmail.com>2008-06-20 02:15:01 +0200
commit39affe588899b67c0bcd7e290c54d3ebb5c0b0f0 (patch)
tree9acc3646e4e1a802c405acc0455293f007177363 /templates
parent4ee5f0862be1d13f69e4ddf552e415eb0f40061f (diff)
downloadarchweb-39affe588899b67c0bcd7e290c54d3ebb5c0b0f0.tar.gz
archweb-39affe588899b67c0bcd7e290c54d3ebb5c0b0f0.tar.xz
sort last updated descending by default. FS#10703
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index 7e13a45..a64b92a 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -78,7 +78,7 @@
<th><a href="{% buildsortqs "pkgname" %}">Name</a></th>
<th>Version</th>
<th>Description</th>
- <th><a href="{% buildsortqs "last_update" %}">Last Updated</a></th>
+ <th><a href="{% buildsortqs "-last_update" %}">Last Updated</a></th>
</tr>
{% for pkg in results %}
<tr class="{% cycle pkgr2,pkgr1 %}">