~comcloudway/builds.sr.ht

57c08ce2ba85e7cd69b26145639e668c93087a7c — xdavidwu 1 year, 9 months ago 28e2176
jobs: also show search bar when there is no result

Fixes: https://todo.sr.ht/~sircmpwn/builds.sr.ht/261
1 files changed, 0 insertions(+), 2 deletions(-)

M buildsrht/templates/jobs.html
M buildsrht/templates/jobs.html => buildsrht/templates/jobs.html +0 -2
@@ 20,7 20,6 @@
    >{{ crumb['name'] }}</a>{% if not loop.last %}/{% endif %}{% endfor %}
    </h3>
    {% endif %}
    {% if len(jobs) != 0 %}
    <div class="event-list">
      <form>
        <input


@@ 75,7 74,6 @@
      </div>
      {% endfor %}
    </div>
    {% endif %}
    {{pagination()}}
  </div>
</section>