mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Merge pull request #3529 from alphagov/hint-status-pending-broadcast
Make the status text of pending broadcasts grey
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% call field(align='right') %}
|
{% call field(align='right') %}
|
||||||
{% if item.status == 'pending-approval' %}
|
{% 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 }}
|
Prepared by {{ item.created_by.name }}
|
||||||
</p>
|
</p>
|
||||||
{% elif item.status == 'broadcasting' %}
|
{% elif item.status == 'broadcasting' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user