Don't show the search box if the project has no checks.

This commit is contained in:
Pēteris Caune 2019-04-03 11:07:03 +03:00
parent 9c41cf9732
commit e870dca0b5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -4,6 +4,7 @@
{% block title %}{{ num_down|num_down_title }}{% endblock %}
{% block content %}
{% if checks %}
<div class="row">
<div id="my-checks-tags" class="col-sm-9">
{% for tag, status in tags %}
@ -19,6 +20,7 @@
value="{{ search }}" />
</div>
</div>
{% endif %}
<div class="row">
<div class="col-sm-12">