Add flags for whether the author of a post or reply is a local Sone.
[Sone.git] / src / main / resources / templates / include / viewReply.html
index 2fa4885..2507917 100644 (file)
@@ -2,6 +2,7 @@
        <a name="reply-<% reply.id|html>"></a>
        <div class="reply-time hidden"><% reply.time|html></div>
        <div class="reply-author hidden"><% reply.sone.id|html></div>
+       <div class="reply-author-local hidden"><% reply.sone.local></div>
        <div class="avatar">
                <img src="/WebOfTrust/GetIdenticon?identity=<% reply.sone.id|html>&amp;width=36&height=36" width="36" height="36" alt="Avatar Image" />
        </div>