Sort identities on index page, too.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 15 Sep 2011 19:36:13 +0000 (21:36 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 15 Sep 2011 19:36:26 +0000 (21:36 +0200)
src/main/resources/templates/index.html

index 6ed3fee..4a52249 100644 (file)
@@ -9,7 +9,7 @@ has to fulfill the Web of Trust’s requirement for a valid property name.</p>
 <p>To be able to add targets for one of your identities, you first have to create an identity using the <a href="/WebOfTrust/">Web of Trust</a>,
 and you have to enable the identity here.</p>
 
-<%foreach enabledIdentities identity>
+<%foreach enabledIdentities identity|sort>
        <%first>
                <h1>Enabled Identities</h1>
        <%/first>
@@ -21,7 +21,7 @@ and you have to enable the identity here.</p>
        </form>
 <%/foreach>
 
-<%foreach disabledIdentities identity>
+<%foreach disabledIdentities identity|sort>
        <%first>
                <h1>Disabled Identities</h1>
        <%/first>