forked from GithubBackups/healthchecks
Don't show the search box if the project has no checks.
This commit is contained in:
parent
9c41cf9732
commit
e870dca0b5
@ -4,6 +4,7 @@
|
|||||||
{% block title %}{{ num_down|num_down_title }}{% endblock %}
|
{% block title %}{{ num_down|num_down_title }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% if checks %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="my-checks-tags" class="col-sm-9">
|
<div id="my-checks-tags" class="col-sm-9">
|
||||||
{% for tag, status in tags %}
|
{% for tag, status in tags %}
|
||||||
@ -19,6 +20,7 @@
|
|||||||
value="{{ search }}" />
|
value="{{ search }}" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user