From 976731587870ee96b58e7e85c1744f4353e271c9 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Fri, 8 Sep 2017 14:39:01 -0400 Subject: [PATCH] Add styling to stopped timers in detail page. --- core/templates/core/timer_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/core/timer_detail.html b/core/templates/core/timer_detail.html index 5f2eccc9..bf64e559 100644 --- a/core/templates/core/timer_detail.html +++ b/core/templates/core/timer_detail.html @@ -5,7 +5,7 @@ {% block title %}{{ object }}{% endblock %} {% block content %} -
+

{{ object.current_duration|hours }}h {{ object.current_duration|minutes }}m @@ -13,7 +13,7 @@

Started {{ object.start }} - {% if not timer.active %} + {% if not object.active %} / Stopped {{ object.end }} {% endif %}