Show the content of the alert on the dashboard

The content is as important as which areas you’ve sent the broadcast to.
This commit is contained in:
Chris Hill-Scott
2020-10-13 15:43:25 +01:00
parent 64aa0d359c
commit 8dae4f771a
2 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,9 @@
{% call row_heading() %}
<div class="file-list">
<a class="file-list-filename-large govuk-link govuk-link--no-visited-state" href="{{ url_for('.view_broadcast_message', service_id=current_service.id, broadcast_message_id=item.id) }}">{{ item.template_name }}</a>
<span class="file-list-hint-large">
{{ item.content }}
</span>
<span class="file-list-hint-large">
To {{ item.initial_area_names|formatted_list(before_each='', after_each='') }}
</span>