aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros/packagegridtile.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-08-18 16:29:51 +0100
committerrubenwardy <rw@rubenwardy.com>2020-08-18 16:29:51 +0100
commit996ba8266331f0a6b8ea3251bff30ea0e365a584 (patch)
treea25252618828fb1c7e55c2ccb6f6f663faec016c /app/templates/macros/packagegridtile.html
parent68524adadfd93f31c08ed20a717ea4daf0516420 (diff)
downloadcheatdb-996ba8266331f0a6b8ea3251bff30ea0e365a584.tar.xz
Add list of dependers to meta package page
Fixes #229
Diffstat (limited to 'app/templates/macros/packagegridtile.html')
-rw-r--r--app/templates/macros/packagegridtile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/packagegridtile.html b/app/templates/macros/packagegridtile.html
index 3066194..3f9d364 100644
--- a/app/templates/macros/packagegridtile.html
+++ b/app/templates/macros/packagegridtile.html
@@ -37,7 +37,7 @@
{% for p in packages %}
{{ render_pkgtile(p, show_author) }}
{% else %}
- <li><i>No packages available</i></ul>
+ <li class="packagetile flex-fill"><i>No packages available</i></li>
{% endfor %}
{% if packages %}
{% for i in range(4) %}