Merge pull request #1543 from diogotcorreia/fix-link-not-in-last-eval

fix: broken anchor tag in job.tt
This commit is contained in:
Janne Heß
2026-01-04 13:39:25 +00:00
committed by GitHub

View File

@@ -9,8 +9,8 @@
[% INCLUDE includeFlot %] [% INCLUDE includeFlot %]
[% IF !jobExists(jobset, job) %] [% IF !jobExists(jobset, job) %]
<div class="alert alert-warning">This job is not a member of the <a <div class="alert alert-warning">This job is not a member of the
[% HTML.attributes(href => c.uri_for('/jobset' project.name jobset.name <a [% HTML.attributes(href => c.uri_for('/jobset' project.name jobset.name
'evals')) %]>latest evaluation</a> of its jobset. This means it was 'evals')) %]>latest evaluation</a> of its jobset. This means it was
removed or had an evaluation error.</div> removed or had an evaluation error.</div>
[% END %] [% END %]