Archived
1
0
This commit is contained in:
Jeff Becker 2016-07-18 07:57:25 -04:00
parent 60f0c19a9f
commit 17f3b25e51
2 changed files with 2 additions and 1 deletions

View File

@ -318,6 +318,7 @@ input, textarea {
.frontend {
margin-top: 0px;
display: inline-block;
margin-right: 5px;
}
.op , .reply {

View File

@ -35,7 +35,7 @@
<span class="name">{{post.Name}}</span>
<span class="msgid">{{post.MessageID}}</span>
<time datetime="{{post.DateRFC}}">{{post.Date}}</time>
<a href="#" class="postnol">No. {{post.Index}}</a><a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}"> &gt;&gt;{{post.ShortHash}}</a>
<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>
<span class="tripcode">{{{post.Pubkey}}}</span>
</legend>