Add link to metrics

This commit is contained in:
Eelco Dolstra
2016-03-25 13:57:17 +01:00
parent dab16fb26b
commit 3e2911803d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
[% FOREACH metric IN metrics %]
<h3>Metric: <tt>[%HTML.escape(metric.name)%]</tt></h3>
<h3>Metric: <a [% HTML.attributes(href => c.uri_for('/job' project.name jobset.name job.name 'metric' metric.name)) %]><tt>[%HTML.escape(metric.name)%]</tt></a></h3>
[% id = "metric-" _ metric.name;
id = id.replace('\.', '_');