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.
This commit is contained in:
Chris Hill-Scott
2020-07-17 08:37:19 +01:00
parent ca292037e7
commit b3b2097556

View File

@@ -22,7 +22,7 @@
{% endcall %}
{% call field(align='right') %}
{% if item.status == 'pending-approval' %}
<p class="govuk-body govuk-!-margin-top-6 govuk-!-margin-bottom-0">
<p class="govuk-body govuk-!-margin-top-6 govuk-!-margin-bottom-0 govuk-hint">
Prepared by {{ item.created_by.name }}
</p>
{% elif item.status == 'broadcasting' %}