Improve thread list style

This commit is contained in:
rubenwardy
2020-07-10 19:46:14 +01:00
parent 436a4cce2b
commit d91f537bdd
4 changed files with 33 additions and 22 deletions

View File

@@ -8,5 +8,7 @@ Threads
<h1>Threads</h1>
{% from "macros/threads.html" import render_threadlist %}
{{ render_threadlist(threads) }}
<div class="list-group">
{{ render_threadlist(threads) }}
</div>
{% endblock %}