Merge pull request #1543 from diogotcorreia/fix-link-not-in-last-eval
fix: broken anchor tag in job.tt
This commit is contained in:
@@ -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 %]
|
||||||
|
|||||||
Reference in New Issue
Block a user