add bumplock css
This commit is contained in:
@@ -41,8 +41,12 @@
|
||||
<br />
|
||||
{{{form}}}
|
||||
{{#board.Threads}}
|
||||
{{#Truncate}}
|
||||
{{#BumpLock}}
|
||||
<div class="thread bumplock" id="thread_{{OP.PostHash}}">
|
||||
{{^BumpLock}}
|
||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||
{{/BumpLock}}
|
||||
{{#Truncate}}
|
||||
{{{OP.RenderPost}}}
|
||||
<div class="excluded">{{MissingPostCount}} posts excluded</div>
|
||||
{{#Replies}}
|
||||
|
@@ -39,8 +39,11 @@
|
||||
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
|
||||
<br />
|
||||
{{{form}}}
|
||||
|
||||
{{#thread.BumpLock}}
|
||||
<div class="thread bumplock" id="thread_{{thread.OP.PostHash}}">
|
||||
{{^thread.BumpLock}}
|
||||
<div class="thread" id="thread_{{thread.OP.PostHash}}">
|
||||
{{/thread.BumpLock}}
|
||||
{{{thread.OP.RenderPost}}}
|
||||
{{#thread.Replies}}
|
||||
{{{RenderPost}}}
|
||||
|
@@ -45,8 +45,12 @@
|
||||
{{/next}}
|
||||
</div>
|
||||
{{#threads}}
|
||||
{{#Truncate}}
|
||||
{{#BumpLock}}
|
||||
<div class="thread bumplock" id="thread_{{OP.PostHash}}">
|
||||
{{^BumpLock}}
|
||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||
{{/BumpLock}}
|
||||
{{#Truncate}}
|
||||
Posted on <a href="{{BoardURL}}">{{Board}}</a>
|
||||
<br />
|
||||
{{{OP.RenderTruncatedPost}}}
|
||||
|
Reference in New Issue
Block a user