Merge pull request #3529 from alphagov/hint-status-pending-broadcast

Make the status text of pending broadcasts grey
This commit is contained in:
Chris Hill-Scott
2020-07-17 09:36:29 +01:00
committed by GitHub

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' %}