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