diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:46:14 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:46:14 +0100 |
| commit | d91f537bdd4915448a189b238051905975324d71 (patch) | |
| tree | 85c02f40c2d61f154b14aa816c4a85514cbe677d /app/templates/packages/view.html | |
| parent | 436a4cce2b819740d10721e320c3c80f07c0c27b (diff) | |
| download | cheatdb-d91f537bdd4915448a189b238051905975324d71.tar.xz | |
Improve thread list style
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 2 |
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> |
