* hydra: fix for dead link in context bar of build

This commit is contained in:
Rob Vermaas 2010-01-20 10:53:54 +00:00
parent f468caf192
commit 2aa1fb5ead

View file

@ -31,7 +31,7 @@
[% IF job %]
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Job').action_for('index'), [project.name, jobset.name, job.name])
uri = c.uri_for(c.controller('Job').action_for('overview'), [project.name, jobset.name, job.name])
title = job.name %]
[% END %]