tweaks
This commit is contained in:
parent
4ada177ae9
commit
21b5a21008
@ -41,8 +41,7 @@
|
|||||||
<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">
|
<div class="truncated_post op">
|
||||||
{{{OP.RenderTruncatedPost}}}
|
|
||||||
<div class="thread_header">
|
<div class="thread_header">
|
||||||
<span class="thread_posts">
|
<span class="thread_posts">
|
||||||
{{PostCount}} posts
|
{{PostCount}} posts
|
||||||
@ -51,10 +50,11 @@
|
|||||||
{{ImageCount}} images
|
{{ImageCount}} images
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
{{{OP.RenderTruncatedPost}}}
|
||||||
</div>
|
</div>
|
||||||
{{#Truncate}}
|
{{#Truncate}}
|
||||||
{{#Replies}}
|
{{#Replies}}
|
||||||
<div class="truncated_post">
|
<div class="truncated_post reply">
|
||||||
{{{RenderTruncatedPost}}}
|
{{{RenderTruncatedPost}}}
|
||||||
</div>
|
</div>
|
||||||
{{/Replies}}
|
{{/Replies}}
|
||||||
|
Reference in New Issue
Block a user