Show the name of the profile field in Sone view.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 11:31:34 +0000 (12:31 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 11:31:34 +0000 (12:31 +0100)
src/main/resources/templates/viewSone.html

index 1054e01..c6dadf7 100644 (file)
@@ -30,7 +30,7 @@
 
                        <%foreach sone.profile.fields field>
                                <div class="profile-field">
-                                       <div class="name"><% field.key|html></div>
+                                       <div class="name"><% field.name|html></div>
                                        <div class="value"><% field.value|html></div>
                                </div>
                        <%/foreach>