Implement following/unfollowing from context menu.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index 8b7ccb8..43f9981 100644 (file)
@@ -2,7 +2,9 @@
        <a name="post-<% post.id|html>"></a>
        <div class="post-time hidden"><% post.time|html></div>
        <div class="post-author hidden"><% post.sone.id|html></div>
-       <div class="avatar">
+       <div class="post-author-local hidden"><% post.sone.local></div>
+       <%include include/soneMenu.html class=="sone-post-menu" sone=post.sone>
+       <div class="avatar post-avatar" >
                <%if post.loaded>
                        <img src="/WebOfTrust/GetIdenticon?identity=<% post.sone.id|html>&amp;width=48&height=48" width="48" height="48" alt="Avatar Image" />
                <%else>