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:
Graham Christensen
2021-11-22 13:23:02 -05:00
parent f1343b3a4c
commit b06457c75c
8 changed files with 37 additions and 14 deletions

View File

@ -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">