forked from lix-project/hydra
* Move the links to the channels up in the page.
This commit is contained in:
parent
dd12113eb2
commit
3e03ac9a7c
|
@ -115,6 +115,24 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Channels</h2>
|
||||||
|
|
||||||
|
<p>This jobset provides the following Nix channels:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="[% c.uri_for('/jobset' project.name jobset.name 'channel'
|
||||||
|
'latest') %]"><tt>latest</tt></a> — contains the latest successful
|
||||||
|
build of every job in this jobset.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="[% c.uri_for('/jobset' project.name jobset.name 'channel'
|
||||||
|
'all') %]"><tt>all</tt></a> — contains every successful,
|
||||||
|
non-garbage-collected build of every job in this project.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
[% IF !edit %]
|
[% IF !edit %]
|
||||||
|
|
||||||
|
|
||||||
|
@ -138,24 +156,6 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Channels</h2>
|
|
||||||
|
|
||||||
<p>This jobset provides the following Nix channels:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="[% c.uri_for('/jobset' project.name jobset.name 'channel'
|
|
||||||
'latest') %]"><tt>latest</tt></a> — contains the latest successful
|
|
||||||
build of every job in this jobset.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="[% c.uri_for('/jobset' project.name jobset.name 'channel'
|
|
||||||
'all') %]"><tt>all</tt></a> — contains every successful,
|
|
||||||
non-garbage-collected build of every job in this project.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Statistics</h2>
|
<h2>Statistics</h2>
|
||||||
|
|
||||||
[% INCLUDE showBuildStats %]
|
[% INCLUDE showBuildStats %]
|
||||||
|
|
Loading…
Reference in a new issue