Small display fixes, add link to other Sone.
[Sone.git] / src / main / resources / templates / index.html
index 7aa558b..e56e5d6 100644 (file)
@@ -18,8 +18,8 @@
 
        <div>
                <%foreach posts post>
-                       <div>
-                               <div class="author"><% post.sone.name|html></div>
+                       <div class="post">
+                               <div class="author"><a href="viewProfile?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>