diff --git a/app/templates/build.hbs b/app/templates/build.hbs
index bdd36126..69d77943 100644
--- a/app/templates/build.hbs
+++ b/app/templates/build.hbs
@@ -61,6 +61,7 @@
{{#if build.isFinished}}ran{{else}}running{{/if}} for {{format-duration build.duration}}
+
{{format-time build.finishedAt}}
diff --git a/app/templates/components/build-repo-actions.hbs b/app/templates/components/build-repo-actions.hbs
index 9b00cd3b..163eee0f 100644
--- a/app/templates/components/build-repo-actions.hbs
+++ b/app/templates/components/build-repo-actions.hbs
@@ -14,7 +14,7 @@
{{else}}
-
+
{{/if}}
{{/if}}
diff --git a/app/templates/components/job-repo-actions.hbs b/app/templates/components/job-repo-actions.hbs
index a02d9fd1..68db5cff 100644
--- a/app/templates/components/job-repo-actions.hbs
+++ b/app/templates/components/job-repo-actions.hbs
@@ -13,7 +13,7 @@
{{else}}
-
+
{{/if}}
{{/if}}
diff --git a/app/templates/components/repo-actions.hbs b/app/templates/components/repo-actions.hbs
index 7a2f4e24..3ba1fddd 100644
--- a/app/templates/components/repo-actions.hbs
+++ b/app/templates/components/repo-actions.hbs
@@ -11,7 +11,7 @@
{{#if displayCodeClimate}}
{{/if}}
diff --git a/app/templates/job.hbs b/app/templates/job.hbs
index 95bb366e..31e2d6b6 100644
--- a/app/templates/job.hbs
+++ b/app/templates/job.hbs
@@ -49,6 +49,7 @@
{{#if job.isFinished}}ran{{else}}running{{/if}} for {{format-duration job.duration}}
+
{{format-time job.finishedAt}}
diff --git a/app/templates/queue.hbs b/app/templates/queue.hbs
index 76fdcf0f..e780f625 100644
--- a/app/templates/queue.hbs
+++ b/app/templates/queue.hbs
@@ -2,11 +2,10 @@
{{#if length}}
{{#each job in controller}}