forked from lix-project/hydra
I'm stupid
This commit is contained in:
parent
c844b9f09a
commit
dae5032c1c
|
@ -47,6 +47,12 @@
|
||||||
[% 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 %]
|
||||||
|
|
||||||
|
|
|
@ -27,12 +27,6 @@
|
||||||
[% INCLUDE makeLink
|
[% INCLUDE makeLink
|
||||||
uri = c.uri_for(c.controller('Root').action_for('all'))
|
uri = c.uri_for(c.controller('Root').action_for('all'))
|
||||||
title = "All builds" %]
|
title = "All builds" %]
|
||||||
[% INCLUDE makeLink
|
|
||||||
uri = c.uri_for(c.controller('Root').action_for('jobstatus'))
|
|
||||||
title = "Job status" %]
|
|
||||||
[% INCLUDE makeLink
|
|
||||||
uri = c.uri_for(c.controller('Root').action_for('errors'))
|
|
||||||
title = "Errors" %]
|
|
||||||
[% IF c.user_exists %]
|
[% IF c.user_exists %]
|
||||||
[% IF c.check_user_roles('admin') %]
|
[% IF c.check_user_roles('admin') %]
|
||||||
[% INCLUDE makeLink
|
[% INCLUDE makeLink
|
||||||
|
|
Loading…
Reference in a new issue