mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Add nightly overview pages
This commit is contained in:
parent
7f4c69e51f
commit
61d78680e0
9 changed files with 229 additions and 41 deletions
|
|
@ -36,7 +36,7 @@
|
|||
</tr>
|
||||
{% for build in builds %}
|
||||
<tr>
|
||||
<td>{{ build.0 }}</td>
|
||||
<td><a href="/nightly?nightly={{build.0}}">{{ build.0 }}</a></td>
|
||||
{% match build.1 %} {% when Some with (build) %}
|
||||
<td class="build-cell">
|
||||
<a class="build-info-a" href="{{ build.link() }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue