more
This commit is contained in:
parent
95ab7448be
commit
6b934ebd52
@ -38,10 +38,7 @@
|
||||
<pre><a href="{{prefix}}livechan/">livechan</a></pre>
|
||||
{{#threads}}
|
||||
<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">
|
||||
<span class="thread_posts">
|
||||
{{PostCount}} posts
|
||||
@ -55,6 +52,9 @@
|
||||
<span class="thread_exclude_posts">{{MissingPostCount}} posts excluded</span>
|
||||
<span class="thread_exclude_images">{{MissingImageCount}} images excluded</span>
|
||||
</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}}}
|
||||
</div>
|
||||
{{#Replies}}
|
||||
|
Reference in New Issue
Block a user