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,6 @@
|
||||
[% WRAPPER layout.tt title="Evaluation $eval.id of jobset $project.name:$jobset.name " %]
|
||||
[% WRAPPER layout.tt
|
||||
title="Evaluation $eval.id of jobset " _ makeNameTextForJobset(jobset)
|
||||
titleHTML="Evaluation $eval.id of jobset " _ linkToJobset(jobset) %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<div class="dropdown">
|
||||
|
Reference in New Issue
Block a user