more fixes
This commit is contained in:
parent
176c162781
commit
4ada177ae9
@ -41,6 +41,8 @@
|
|||||||
<div class="ukko_thread_header">
|
<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>
|
<p>{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="truncated_post">
|
||||||
|
{{{OP.RenderTruncatedPost}}}
|
||||||
<div class="thread_header">
|
<div class="thread_header">
|
||||||
<span class="thread_posts">
|
<span class="thread_posts">
|
||||||
{{PostCount}} posts
|
{{PostCount}} posts
|
||||||
@ -49,8 +51,6 @@
|
|||||||
{{ImageCount}} images
|
{{ImageCount}} images
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="truncated_post">
|
|
||||||
{{{OP.RenderTruncatedPost}}}
|
|
||||||
</div>
|
</div>
|
||||||
{{#Truncate}}
|
{{#Truncate}}
|
||||||
{{#Replies}}
|
{{#Replies}}
|
||||||
@ -58,12 +58,10 @@
|
|||||||
{{{RenderTruncatedPost}}}
|
{{{RenderTruncatedPost}}}
|
||||||
</div>
|
</div>
|
||||||
{{/Replies}}
|
{{/Replies}}
|
||||||
<hr class="thread_exclude" />
|
|
||||||
<div class="thread_exclude_info">
|
<div class="thread_exclude_info">
|
||||||
<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>
|
||||||
<hr class="thread_exclude" />
|
|
||||||
{{/Truncate}}
|
{{/Truncate}}
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user