mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05: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 %}
|
||||
{% 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' %}
|
||||
|
||||
Reference in New Issue
Block a user