diff --git a/src/root/jobset.tt b/src/root/jobset.tt
index 0d4faa35..c38d789a 100644
--- a/src/root/jobset.tt
+++ b/src/root/jobset.tt
@@ -78,9 +78,6 @@
@@ -206,22 +203,6 @@
[% INCLUDE renderInputs %]
[% IF !edit -%]
-
-
-
Channels
-
-
This jobset provides the following Nix channel:
-
-
- -
- latest — contains the latest successful
- build of every job in this jobset.
-
-
-
-
-
Jobs
diff --git a/src/root/project.tt b/src/root/project.tt
index 79bdcc16..b1c997d9 100644
--- a/src/root/project.tt
+++ b/src/root/project.tt
@@ -7,7 +7,6 @@
Settings
[% IF !edit %]
Views
-
Channels
[% END %]
@@ -200,20 +199,6 @@
[Create a new view]
-
-
-
Channels
-
-
This project provides the following Nix channel:
-
-
- -
- latest —
- contains the latest successful build of every job in this project.
-
-
-
-
[% END %]
diff --git a/src/root/topbar.tt b/src/root/topbar.tt
index 97115fb7..7144d167 100644
--- a/src/root/topbar.tt
+++ b/src/root/topbar.tt
@@ -48,6 +48,7 @@
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('all'), [project.name]) title = "All builds" %]
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('jobstatus'), [project.name]) title = "Job status" %]
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('errors'), [project.name]) title = "Errors" %]
+ [% INCLUDE menuItem uri = c.uri_for('/project' project.name 'channel' 'latest') title = "Channel (latest)" %]
[% IF c.check_user_roles('admin') %]