Archived
1
0

add postreply class to div for future css

This commit is contained in:
Jeff Becker 2016-07-18 08:04:58 -04:00
parent 64b5531fed
commit 422f3de11d

View File

@ -42,7 +42,7 @@
<div>
Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time>
</div>
<div>
<div class="postreply">
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">&gt;&gt;{{post.ShortHash}}</a>
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
</div>