Titles of pages: make project:jobset:job names clickable
But don't make the final element clickable when we're looking at that thing.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[% WRAPPER layout.tt
|
||||
title="Job $project.name:$jobset.name:$job"
|
||||
title=makeNameTextForJob(jobset, job)
|
||||
titleHTML=makeNameLinksForJob(jobset, job)
|
||||
starUri=c.uri_for(c.controller('Job').action_for('star'), c.req.captures)
|
||||
%]
|
||||
[% PROCESS common.tt %]
|
||||
|
Reference in New Issue
Block a user