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,4 +1,7 @@
|
||||
[% WRAPPER layout.tt title="Build $id of job $project.name:$jobset.name:$job" %]
|
||||
[% WRAPPER layout.tt
|
||||
title="Build $id of job " _ makeNameTextForJob(jobset, job)
|
||||
titleHTML="Build $id of job " _ linkToJob(jobset, job)
|
||||
%]
|
||||
[% PROCESS common.tt %]
|
||||
[% PROCESS "product-list.tt" %]
|
||||
[% USE HTML %]
|
||||
|
Reference in New Issue
Block a user