diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-20 02:15:01 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-20 02:15:01 +0200 |
commit | 39affe588899b67c0bcd7e290c54d3ebb5c0b0f0 (patch) | |
tree | 9acc3646e4e1a802c405acc0455293f007177363 /templates/packages/search.html | |
parent | 4ee5f0862be1d13f69e4ddf552e415eb0f40061f (diff) | |
download | archweb-39affe588899b67c0bcd7e290c54d3ebb5c0b0f0.tar.gz archweb-39affe588899b67c0bcd7e290c54d3ebb5c0b0f0.tar.xz |
sort last updated descending by default. FS#10703
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 2 |
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 %}"> |