Store the times of posts and replies with unique class names.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index 82cda92..452513b 100644 (file)
@@ -1,6 +1,6 @@
 <a name="post-<% post.id|html>"></a>
 <div id="<% post.id|html>" class="post<%if loop.last> last<%/if><%if post.new> new<%/if>">
-       <div class="storage-time hidden"><% post.time|html></div>
+       <div class="post-time hidden"><% post.time|html></div>
        <div class="avatar">
                <img src="/WoT/GetIdenticon?identity=<% post.sone.id|html>&amp;width=48&height=48" width="48" height="48" alt="Avatar Image" />
        </div>