fix placement
This commit is contained in:
parent
0f60daf299
commit
228af0c5f4
@ -31,17 +31,17 @@
|
||||
{{/post.IsClearnet}}
|
||||
</span>
|
||||
<div class="postreply">
|
||||
<div class="postreport">
|
||||
<label for="report_{{post.PostHash}}">[x]</label>
|
||||
<input type="checkbox" id="report_{{post.PostHash}}">
|
||||
<div style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.Reference}}')">
|
||||
<div class="mod-delete">
|
||||
[delete]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" root="{{post.Reference}}" boardname="{{post.Board}}">>>{{post.ShortHash}}</a>
|
||||
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
||||
<div class="postreport">
|
||||
<label for="report_{{post.PostHash}}">[x]</label>
|
||||
<input type="checkbox" id="report_{{post.PostHash}}">
|
||||
<div style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.Reference}}')">
|
||||
<div class="mod-delete">
|
||||
[delete]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
Subject: <span class="subject">{{post.Subject}}</span>
|
||||
|
Reference in New Issue
Block a user