From b3b209755678bf60df5958c349c6c9b3053a678a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 Jul 2020 08:37:19 +0100 Subject: [PATCH] Make the status text of pending broadcasts grey Only live broadcasts have their status in black text. This is to emphasise them. Lost this in a merge conflict somewhere. --- app/templates/views/broadcast/partials/dashboard-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/broadcast/partials/dashboard-table.html b/app/templates/views/broadcast/partials/dashboard-table.html index 92cd40b5d..dbd342917 100644 --- a/app/templates/views/broadcast/partials/dashboard-table.html +++ b/app/templates/views/broadcast/partials/dashboard-table.html @@ -22,7 +22,7 @@ {% endcall %} {% call field(align='right') %} {% if item.status == 'pending-approval' %} -

+

Prepared by {{ item.created_by.name }}

{% elif item.status == 'broadcasting' %}