more
This commit is contained in:
parent
95ab7448be
commit
6b934ebd52
@ -38,9 +38,6 @@
|
|||||||
<pre><a href="{{prefix}}livechan/">livechan</a></pre>
|
<pre><a href="{{prefix}}livechan/">livechan</a></pre>
|
||||||
{{#threads}}
|
{{#threads}}
|
||||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||||
<div class="ukko_thread_header">
|
|
||||||
<p>{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
|
||||||
</div>
|
|
||||||
<div class="truncated_post">
|
<div class="truncated_post">
|
||||||
<div class="thread_header">
|
<div class="thread_header">
|
||||||
<span class="thread_posts">
|
<span class="thread_posts">
|
||||||
@ -55,6 +52,9 @@
|
|||||||
<span class="thread_exclude_posts">{{MissingPostCount}} posts excluded</span>
|
<span class="thread_exclude_posts">{{MissingPostCount}} posts excluded</span>
|
||||||
<span class="thread_exclude_images">{{MissingImageCount}} images excluded</span>
|
<span class="thread_exclude_images">{{MissingImageCount}} images excluded</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="truncated_post">
|
||||||
|
<p>{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
||||||
|
</div>
|
||||||
{{{OP.RenderTruncatedPost}}}
|
{{{OP.RenderTruncatedPost}}}
|
||||||
</div>
|
</div>
|
||||||
{{#Replies}}
|
{{#Replies}}
|
||||||
|
Reference in New Issue
Block a user