aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-11-19 10:15:04 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-11-19 10:15:04 +0000
commitb4d3d909b7db98111ade473e92ea0ec9adfe53c6 (patch)
tree96dbeb394a66a4fd3acdcb45a0510bbbbecfbadc /templates
parent3796842153839b0c75f85ec8c4b2bbba60963ff3 (diff)
Sort user updates in reverse date order.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/list_updates.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/admin/list_updates.html b/templates/web/base/admin/list_updates.html
index 4b8b26d3c..a28c4ff81 100644
--- a/templates/web/base/admin/list_updates.html
+++ b/templates/web/base/admin/list_updates.html
@@ -1,5 +1,5 @@
[% IF updates.size %]
-<h2>[% loc('Updates') %]</h2>
+<h2 id="updates">[% loc('Updates') %]</h2>
<table cellspacing="0" cellpadding="2" border="1">
<tr>
@@ -49,7 +49,7 @@
</table>
[% IF updates_pager %]
-[% INCLUDE 'pagination.html', admin = 1, param = 'u', pager = updates_pager %]
+[% INCLUDE 'pagination.html' admin=1 param='u' pager=updates_pager hash='updates' %]
[% END %]
[% END %]