Sort targets by name.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 17 Sep 2011 12:55:02 +0000 (14:55 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 17 Sep 2011 12:55:02 +0000 (14:55 +0200)
src/main/resources/templates/manage.html

index a585155..84927d1 100644 (file)
@@ -1,6 +1,6 @@
 <%include include/head.html>
 <h1>Manage “<%ownIdentity.nickname|html>”</h1>
-<%foreach ownIdentity.targets target>
+<%foreach ownIdentity.targets target|sort>
        <%first>
                <h2>Existing Targets</h2>
        <%/first>