mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix pubkey loading, captcha replies only, admin post styling, krane CSS updates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<div id="{{post.PostHash}}"
|
||||
{{#post.OP}}
|
||||
class="messageroot post"
|
||||
class="messageroot post {{#post.Pubkey}}admin-post{{/post.Pubkey}}"
|
||||
{{/post.OP}}
|
||||
{{^post.OP}}
|
||||
class="message post"
|
||||
class="message post {{#post.Pubkey}}admin-post{{/post.Pubkey}}"
|
||||
{{/post.OP}}
|
||||
data-name="{{post.Name}}"
|
||||
data-frontend="{{post.Frontend}}"
|
||||
|
||||
Reference in New Issue
Block a user