mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Re-add IDs for each notification to the jobs page
The functional tests use this for the sending a CSV flow here: https://github.com/alphagov/notifications-functional-tests/blob/4ee47db85198ce6fa2be02e3f8f64d8d393d1356/tests/pages/pages.py#L365
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
) %}
|
||||
|
||||
{% call row_heading() %}
|
||||
<a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}">{{ item.to }}</a>
|
||||
<a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}" id="{{ item.id }}">{{ item.to }}</a>
|
||||
<p class="file-list-hint">
|
||||
{{ item.preview_of_content }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user