From b4819460002fe0f5be78aadc6c36b48b831ef519 Mon Sep 17 00:00:00 2001
From: Jason Karns
Date: Thu, 14 Jan 2016 13:42:20 -0500
Subject: [PATCH 1/2] Leverage
Finished:
-
+
{{format-time repo.lastBuildFinishedAt}}
-
+
From 788bcfa0d445e6ab9303799087945c0a3d526710 Mon Sep 17 00:00:00 2001
From: Jason Karns
Date: Thu, 14 Jan 2016 16:08:03 -0500
Subject: [PATCH 2/2] more time markup
---
app/templates/components/build-header.hbs | 6 +++---
app/templates/components/builds-item.hbs | 4 ++--
app/templates/components/jobs-item.hbs | 2 +-
app/templates/components/landing-row.hbs | 4 ++--
app/templates/components/repos-list-item.hbs | 6 +++---
app/templates/components/running-jobs.hbs | 4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)
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 {{format-duration elapsedTime}}
{{#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}} {{format-duration item.duration}}
{{/if}}
{{/unless}}
-
- {{format-time item.finishedAt}}
+ {{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}}
+ {{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}}
+
+ {{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:
-
+ Duration:
+
{{format-duration repo.lastBuildDuration}}
- 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}}
-
+