[% id = metricDivId(metric.name);
INCLUDE createChart dataUrl=c.uri_for('/job' project.name jobset.name job 'metric' metric.name); %]
diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt
index bd29525d..265f472e 100644
--- a/src/root/jobset-eval.tt
+++ b/src/root/jobset-eval.tt
@@ -21,7 +21,7 @@
This evaluation was performed [% IF eval.flake %]from the flake
-[%HTML.escape(eval.flake)%][%END%] on [% INCLUDE renderDateTime
+[% HTML.escape(eval.flake) %][% END %] on [% INCLUDE renderDateTime
timestamp=eval.timestamp %]. Fetching the dependencies took [%
eval.checkouttime %]s and evaluation took [% eval.evaltime %]s.
diff --git a/src/root/log.tt b/src/root/log.tt
index ffb2df36..d5eb18e0 100644
--- a/src/root/log.tt
+++ b/src/root/log.tt
@@ -37,7 +37,7 @@
[% IF tail %]
/* The server may give us a full log (e.g. if the log is in
S3). So extract the last lines. */
- log_data = log_data.split("\n").slice(-[%tail%]).join("\n");
+ log_data = log_data.split("\n").slice(-[% tail %]).join("\n");
[% END %]
$("#contents").text(log_data);
diff --git a/src/root/product-list.tt b/src/root/product-list.tt
index 97fe6141..4a745850 100644
--- a/src/root/product-list.tt
+++ b/src/root/product-list.tt
@@ -81,7 +81,7 @@
%]
You can install this package using the Nix package
manager from the command-line:
-
$ nix-env -i [%HTML.escape(product.path)%][% IF binaryCachePublicUri %] --option binary-caches [% HTML.escape(binaryCachePublicUri) %][% END %]
+
$ nix-env -i [% HTML.escape(product.path) %][% IF binaryCachePublicUri %] --option binary-caches [% HTML.escape(binaryCachePublicUri) %][% END %]
[% END %]
[% IF localStore %]
contents) %]>Contents
diff --git a/src/root/runcommand-log.tt b/src/root/runcommand-log.tt
index d6fc0b70..b71e0026 100644
--- a/src/root/runcommand-log.tt
+++ b/src/root/runcommand-log.tt
@@ -33,7 +33,7 @@
[% IF tail %]
/* The server may give us a full log (e.g. if the log is in
S3). So extract the last lines. */
- log_data = log_data.split("\n").slice(-[%tail%]).join("\n");
+ log_data = log_data.split("\n").slice(-[% tail %]).join("\n");
[% END %]
$("#contents").text(log_data);