Link templates to summary and vice-versa.

master
Simon Quigley 4 years ago
parent c8f17940eb
commit 817a5751d0

@ -25,6 +25,7 @@
<th>Average Failing</th>
<th>Average Non-passing</th>
<th>Average Total</th>
<th>Graph for Data</th>
</tr>
</thead>
<tbody>
@ -34,6 +35,7 @@
{% for avg in page.Jenkins[day] %}
<td>{{ avg }}</td>
{% endfor %}
<td><a href="jenkins_{{ day }}days.html">Here</a></td>
</tr>
{% endfor %}
</tbody>

@ -20,6 +20,7 @@
<h2>Average number of failing jobs: {{ average.failing }}</h2>
<h2>Average number of non-passing jobs: {{ average.nonpassing }}</h2>
<h2>Average number of total jobs: {{ average.total }}</h2>
<h2><a href="./">Back to summary page</a></h2>
</div>
</div>
</div>

Loading…
Cancel
Save