forked from lix-project/hydra
Remove the global Job status and Errors links
This commit is contained in:
parent
161d7418f8
commit
c844b9f09a
|
@ -47,12 +47,6 @@
|
||||||
[% INCLUDE makeLink
|
[% INCLUDE makeLink
|
||||||
uri = c.uri_for(c.controller('Jobset').action_for('all'), [project.name, jobset.name])
|
uri = c.uri_for(c.controller('Jobset').action_for('all'), [project.name, jobset.name])
|
||||||
title = "All builds" %]
|
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 %]
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue