aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-10 19:46:14 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-10 19:46:14 +0100
commitd91f537bdd4915448a189b238051905975324d71 (patch)
tree85c02f40c2d61f154b14aa816c4a85514cbe677d /app/templates/packages/view.html
parent436a4cce2b819740d10721e320c3c80f07c0c27b (diff)
downloadcheatdb-d91f537bdd4915448a189b238051905975324d71.tar.xz
Improve thread list style
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 53c7d74..dbac31e 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -409,7 +409,7 @@
</div>
<ul class="list-group list-group-flush">
{% from "macros/threads.html" import render_threadlist %}
- {{ render_threadlist(threads, list_group=True) }}
+ {{ render_threadlist(threads, compact=True) }}
</ul>
</div>