Move channel link to top menu of Project and Jobset.

This commit is contained in:
Rob Vermaas
2012-04-13 10:56:02 +02:00
parent bf197f0d77
commit 11bf848b09
3 changed files with 2 additions and 34 deletions

View File

@ -7,7 +7,6 @@
<li><a href="#tabs-settings" data-toggle="tab">Settings</a></li>
[% IF !edit %]
<li><a href="#tabs-views" data-toggle="tab">Views</a></li>
<li><a href="#tabs-channels" data-toggle="tab">Channels</a></li>
[% END %]
</ul>
@ -200,20 +199,6 @@
<p><a href="[% c.uri_for('/project' project.name 'create-view') %]">[Create a new view]</a></p>
</div>
<div id="tabs-channels" class="tab-pane">
<h2>Channels</h2>
<p>This project provides the following Nix channel:</p>
<ul>
<li>
<a href="[% c.uri_for('/project' project.name 'channel' 'latest') %]"><tt>latest</tt></a> —
contains the latest successful build of every job in this project.
</li>
</ul>
</div>
[% END %]
</div>