From: David ‘Bombe’ Roden Date: Sat, 15 Jan 2011 11:31:34 +0000 (+0100) Subject: Show the name of the profile field in Sone view. X-Git-Tag: 0.4^2~9^2~3 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=97026238827c62aa0aaa0e7a4c14251749d6ac49;hp=ffd411c1ebdb08803f78635940d740830ea0f27f;p=Sone.git Show the name of the profile field in Sone view. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 1054e01..c6dadf7 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -30,7 +30,7 @@ <%foreach sone.profile.fields field>
-
<% field.key|html>
+
<% field.name|html>
<% field.value|html>
<%/foreach>