Fix warning header

hotfix-docker-build-bug
Eric Holscher 2015-02-12 15:24:39 -08:00
parent 1da00a0818
commit 407b811488
1 changed files with 8 additions and 8 deletions

View File

@ -45,16 +45,16 @@
{% endif %}
<!-- END header nav -->
<!-- BEGIN queue depth warning -->
{% if BUILD_QUEUE_DEPTH > 10 %}
<div class='banner'>
{% blocktrans with BUILD_QUEUE_DEPTH as queue_length %}
Whoa! The build queue is {{ queue_length }} long, new builds may take a while.
{% endblocktrans %}
</div>
{% endif %}
</div>
</div>
<!-- END header-->
<!-- BEGIN queue depth warning -->
{% if BUILD_QUEUE_DEPTH > 10 %}
<div class='banner'>
{% blocktrans with BUILD_QUEUE_DEPTH as queue_length %}
Whoa! The build queue is {{ queue_length }} long, new builds may take a while.
{% endblocktrans %}
</div>
{% endif %}