From 9a1f2b2555b7091d0327ae91bd68ef98e7e42459 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Fri, 10 Jul 2020 09:33:44 +0100
Subject: [PATCH] Make ended broadcast status less prominent
---
app/templates/views/broadcast/dashboard.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/templates/views/broadcast/dashboard.html b/app/templates/views/broadcast/dashboard.html
index 7a5267489..24d78a94b 100644
--- a/app/templates/views/broadcast/dashboard.html
+++ b/app/templates/views/broadcast/dashboard.html
@@ -30,11 +30,11 @@
Stop broadcasting
{% elif item.status == 'cancelled' %}
-
+
Stopped {{ item.cancelled_at|format_datetime_relative }}
{% else %}
-
+
Finished {{ item.finishes_at|format_datetime_relative }}
{% endif %}