Fix link.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 13:28:21 +0000 (15:28 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 13:28:21 +0000 (15:28 +0200)
src/main/resources/templates/index.html

index 4a12bb9..2b01fe3 100644 (file)
@@ -19,7 +19,7 @@
        <div>
                <%foreach posts post>
                        <div class="post">
-                               <div class="author"><a href="viewSone?sone=<% post.sone.id>"><% post.sone.name|html></a></div>
+                               <div class="author"><a href="viewSone.html?sone=<% post.sone.id>"><% post.sone.name|html></a></div>
                                <div class="text"><% post.text|html></div>
                                <div class="time"><% post.time|date format="MMM d, yyyy, HH:mm:ss"></div>
                        </div>