+ [% IF c.user_exists %]
+ -
+
+ Actions
+
+
+
+
+ [% END %]
+
- Jobsets
- Configuration
- Releases
@@ -140,12 +154,6 @@
[% END %]
- [% IF c.user_exists %]
-
- Create a release
-
- [% END %]
-
diff --git a/src/root/topbar.tt b/src/root/topbar.tt
index fa6036ed..afc9f2b9 100644
--- a/src/root/topbar.tt
+++ b/src/root/topbar.tt
@@ -34,13 +34,7 @@
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('project'), [project.name]) title = "Overview" %]
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('all'), [project.name]) title = "Latest builds" %]
[% 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" %]
- [% IF c.user_exists %]
-
- [% INCLUDE menuItem uri = c.uri_for('/project' project.name 'edit') title="Edit" %]
- [% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('create_jobset'), [project.name]) title = "Create jobset" %]
- [% END %]
[% END %]
[% END %]
@@ -60,34 +54,7 @@
[% INCLUDE menuItem
uri = c.uri_for(c.controller('Jobset').action_for('errors'), [project.name, jobset.name])
title = "Errors" %]
-
[% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'channel' 'latest') title = "Channel" %]
- [% IF c.user_exists %]
-
- [% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'edit') title="Edit" %]
- [% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'clone') title="Clone" %]
-
-
- [% INCLUDE menuItem title="Evaluate" uri = "javascript:confirmEvaluateJobset()" %]
-
- [% END %]
[% END %]
[% END %]
@@ -104,7 +71,6 @@
[% INCLUDE menuItem
uri = c.uri_for(c.controller('Job').action_for('errors'), [project.name, jobset.name, job.name])
title = "Errors" %]
-
[% INCLUDE menuItem uri = c.uri_for('/job' project.name jobset.name job.name 'channel' 'latest') title = "Channel" %]
[% END %]
[% END %]