From: David ‘Bombe’ Roden Date: Sat, 17 Sep 2011 12:55:02 +0000 (+0200) Subject: Sort targets by name. X-Git-Tag: 0.0.7^2~1 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=96584d6f63d36790e18b038e757e46c105cd44dd Sort targets by name. --- diff --git a/src/main/resources/templates/manage.html b/src/main/resources/templates/manage.html index a585155..84927d1 100644 --- a/src/main/resources/templates/manage.html +++ b/src/main/resources/templates/manage.html @@ -1,6 +1,6 @@ <%include include/head.html>

Manage “<%ownIdentity.nickname|html>”

-<%foreach ownIdentity.targets target> +<%foreach ownIdentity.targets target|sort> <%first>

Existing Targets

<%/first>