Add more obvious notifier that the post is an OP
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
<tr class="constructed-post">
|
||||
<td align="left">
|
||||
<div class="post-container">
|
||||
<div class="post-left{% if post['op'] %}-op{%endif %}"></div>
|
||||
<div class="post-left{% if post['op'] %}-op{%endif %}">
|
||||
{% if post['op'] %}<div class="post-left-text">OP</div>{%endif %}
|
||||
</div>
|
||||
<div class="post post-right reply{% if post['nsfw'] %} nws{% else %} ws{% endif %}">
|
||||
<div class="post-info">
|
||||
<input type="checkbox" disabled>
|
||||
|
||||
Reference in New Issue
Block a user