Browse Source
Don't show the search box if the project has no checks.
pull/241/head
Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
2 additions and
0 deletions
-
templates/front/my_checks.html
|
|
@ -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"> |
|
|
|