From: David ‘Bombe’ Roden
Date: Thu, 15 Sep 2011 19:36:13 +0000 (+0200)
Subject: Sort identities on index page, too.
X-Git-Tag: 0.0.3^2~8
X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=feeb45c8608602e32b1e22469435ee57f4def1a2;p=WoTNS.git
Sort identities on index page, too.
---
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 6ed3fee..4a52249 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -9,7 +9,7 @@ has to fulfill the Web of Trustâs requirement for a valid property name.
To be able to add targets for one of your identities, you first have to create an identity using the Web of Trust,
and you have to enable the identity here.
-<%foreach enabledIdentities identity>
+<%foreach enabledIdentities identity|sort>
<%first>
Enabled Identities
<%/first>
@@ -21,7 +21,7 @@ and you have to enable the identity here.
<%/foreach>
-<%foreach disabledIdentities identity>
+<%foreach disabledIdentities identity|sort>
<%first>
Disabled Identities
<%/first>