remove link to overall channel

This commit is contained in:
Rob Vermaas 2010-03-16 12:16:47 +00:00
parent 161b88cfd0
commit 056b3ca001

View file

@ -34,20 +34,4 @@
[% END %]
<h2>Channels</h2>
<p>This server provides the following global Nix channels:</p>
<ul>
<li>
<a href="[% c.uri_for('channel' 'latest') %]"><tt>latest</tt></a> —
contains the latest successful build of every job.
</li>
<li>
<a href="[% c.uri_for('channel' 'all') %]"><tt>all</tt></a> —
contains every successful, non-garbage-collected build of every job.
</li>
</ul>
[% END %]