Fix spelling to make @dfelinto happy

This commit is contained in:
2017-04-21 16:53:34 +02:00
parent 7f47ac6bcb
commit f777fe5826
2 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
{% endif %}
{% if pending %}
<h2>Pending Build Requests:</h2>
<h2>Pending build requests:</h2>
<ul>
{% for b in pending %}
<li><small>({{ b.when }}, waiting {{ b.delay }})</small>
@@ -69,10 +69,10 @@
{% endif %}
{% else %}
<h2>No Pending Build Requests</h2>
<h2>No pending build requests</h2>
{% endif %}
<h2>Recent Builds:</h2>
<h2>Recent builds:</h2>
{{ build_table(recent) }}