diff --git a/server/app/views/home.html b/server/app/views/home.html index 83fb6dd0..9ae565cc 100644 --- a/server/app/views/home.html +++ b/server/app/views/home.html @@ -23,10 +23,12 @@
- +

{{ commit.owner }} / {{ commit.name }}

- {{ commit.finished_at | fromNow }} + {{ commit.finished_at | fromNow }} + Started {{ commit.started_at | fromNow }} + Created {{ commit.created_at}}
@@ -35,7 +37,7 @@