From 7f1d6bb9a258d5bdb1e7f032cd953bb05b18696b Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Aug 03 2019 19:12:56 +0000 Subject: Adding better time representation for build detail Fixes: #860 --- diff --git a/frontend/coprs_frontend/coprs/templates/coprs/detail/build.html b/frontend/coprs_frontend/coprs/templates/coprs/detail/build.html index 01a5f83..e71e678 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/detail/build.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/detail/build.html @@ -67,6 +67,7 @@ {% else %} {{ build.min_started_on|localized_time("UTC") }} {% endif %} + ({{ build.min_started_on|time_ago }} ago)
Finished:
@@ -75,6 +76,7 @@ {% else %} {{ build.max_ended_on|localized_time("UTC") }} {% endif %} + ({{ build.max_ended_on|time_ago }} ago)
Build time: