From 57c08ce2ba85e7cd69b26145639e668c93087a7c Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 31 Dec 2022 00:02:07 +0800 Subject: [PATCH] jobs: also show search bar when there is no result Fixes: https://todo.sr.ht/~sircmpwn/builds.sr.ht/261 --- buildsrht/templates/jobs.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildsrht/templates/jobs.html b/buildsrht/templates/jobs.html index 06490af..1d5496a 100644 --- a/buildsrht/templates/jobs.html +++ b/buildsrht/templates/jobs.html @@ -20,7 +20,6 @@ >{{ crumb['name'] }}{% if not loop.last %}/{% endif %}{% endfor %} {% endif %} - {% if len(jobs) != 0 %}
{% endfor %}
- {% endif %} {{pagination()}} -- 2.38.5