Remove the global Job status and Errors links

This commit is contained in:
Eelco Dolstra 2012-03-13 13:31:36 +01:00
parent 161d7418f8
commit c844b9f09a

View file

@ -47,12 +47,6 @@
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Jobset').action_for('all'), [project.name, jobset.name])
title = "All builds" %]
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Jobset').action_for('jobstatus'), [project.name, jobset.name])
title = "Job status" %]
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Jobset').action_for('errors'), [project.name, jobset.name])
title = "Errors" %]
[% END %]
[% END %]