Archived
1
0

more fixes

This commit is contained in:
Jeff Becker 2016-11-02 15:24:51 -04:00
parent 176c162781
commit 4ada177ae9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -41,16 +41,16 @@
<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="thread_header">
<span class="thread_posts">
{{PostCount}} posts
</span>
<span class="thread_images">
{{ImageCount}} images
</span>
</div>
<div class="truncated_post">
{{{OP.RenderTruncatedPost}}}
<div class="thread_header">
<span class="thread_posts">
{{PostCount}} posts
</span>
<span class="thread_images">
{{ImageCount}} images
</span>
</div>
</div>
{{#Truncate}}
{{#Replies}}
@ -58,12 +58,10 @@
{{{RenderTruncatedPost}}}
</div>
{{/Replies}}
<hr class="thread_exclude" />
<div class="thread_exclude_info">
<span class="thread_exclude_posts">{{MissingPostCount}} posts excluded</span>
<span class="thread_exclude_images">{{MissingImageCount}} images excluded</span>
</div>
<hr class="thread_exclude" />
{{/Truncate}}
<hr />
</div>