mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Cleanup and perf
This commit is contained in:
parent
61d78680e0
commit
79bb6d1eb0
6 changed files with 13 additions and 259 deletions
|
|
@ -23,7 +23,13 @@
|
|||
</p>
|
||||
|
||||
<h1>Nightlies</h1>
|
||||
<ul></ul>
|
||||
<ul>
|
||||
{% for nightly in nightlies.iter().take(5) %}
|
||||
<li>
|
||||
<a href="nightly?nightly={{ nightly }}">{{ nightly }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p>
|
||||
To view a list of all nightlies, check
|
||||
<a href="#all-nightlies">the list at the end</a>.
|
||||
|
|
@ -68,6 +74,5 @@
|
|||
</svg>
|
||||
</a>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue