add postreply class to div for future css
This commit is contained in:
parent
64b5531fed
commit
422f3de11d
@ -42,7 +42,7 @@
|
|||||||
<div>
|
<div>
|
||||||
Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time>
|
Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="postreply">
|
||||||
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">>>{{post.ShortHash}}</a>
|
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">>>{{post.ShortHash}}</a>
|
||||||
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user