Add ID of Sone to “view Sone” page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 26 Nov 2010 19:29:16 +0000 (20:29 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 26 Nov 2010 19:29:16 +0000 (20:29 +0100)
src/main/resources/templates/viewSone.html

index 534c5ff..916b110 100644 (file)
@@ -1,5 +1,7 @@
 <%include include/head.html>
 
+       <div id="sone-id" class="hidden"><% sone.id|html></div>
+
        <%ifnull sone>
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>