Improve thread list appearance
This commit is contained in:
@@ -365,8 +365,8 @@
|
||||
Threads
|
||||
</div>
|
||||
<ul class="list-group list-group-flush">
|
||||
{% from "macros/threads.html" import render_threadlist %}
|
||||
{{ render_threadlist(threads, compact=True) }}
|
||||
{% from "macros/threads.html" import render_compact_threadlist %}
|
||||
{{ render_compact_threadlist(threads) }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user