diff --git a/app/templates/components/build-header.hbs b/app/templates/components/build-header.hbs
index 1310f6c2..64f0c4ab 100644
--- a/app/templates/components/build-header.hbs
+++ b/app/templates/components/build-header.hbs
@@ -67,17 +67,17 @@
-
- Elapsed time {{format-duration elapsedTime}}
+ Elapsed time
{{#unless isJob}}
{{#if item.isMatrix}}
-
- {{#if item.isFinished}}Total time{{else}}Running for{{/if}} {{format-duration item.duration}}
+ {{#if item.isFinished}}Total time{{else}}Running for{{/if}}
{{/if}}
{{/unless}}
-
- {{format-time item.finishedAt}}
+
diff --git a/app/templates/components/jobs-item.hbs b/app/templates/components/jobs-item.hbs
index f36325a4..43f0ccc9 100644
--- a/app/templates/components/jobs-item.hbs
+++ b/app/templates/components/jobs-item.hbs
@@ -34,6 +34,6 @@
- {{format-duration job.duration}}
+
{{/link-to}}
diff --git a/app/templates/components/landing-row.hbs b/app/templates/components/landing-row.hbs
index b1ee129c..ba598235 100644
--- a/app/templates/components/landing-row.hbs
+++ b/app/templates/components/landing-row.hbs
@@ -52,8 +52,8 @@
-
- {{landing-page-last-build-time repo.lastBuildFinishedAt}}
+
diff --git a/app/templates/components/repos-list-item.hbs b/app/templates/components/repos-list-item.hbs
index 9772ffa5..109e6213 100644
--- a/app/templates/components/repos-list-item.hbs
+++ b/app/templates/components/repos-list-item.hbs
@@ -21,15 +21,15 @@
- Duration:
-
- Finished:
+ Finished:
{{format-time repo.lastBuildFinishedAt}}
diff --git a/app/templates/components/running-jobs.hbs b/app/templates/components/running-jobs.hbs
index 96f7feaf..49220ea7 100644
--- a/app/templates/components/running-jobs.hbs
+++ b/app/templates/components/running-jobs.hbs
@@ -41,9 +41,9 @@
Duration:
-
+
{{format-duration job.duration}}
-
+