Revert "Re-add IDs for each notification to the jobs page"

This commit is contained in:
Chris Hill-Scott
2017-06-23 11:22:49 +01:00
committed by GitHub
parent 17f729f816
commit 3cec61f2f5
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
field_headings_visible=False field_headings_visible=False
) %} ) %}
{% call row_heading() %} {% call row_heading() %}
<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> <a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}">{{ item.to }}</a>
<p class="file-list-hint"> <p class="file-list-hint">
{{ item.preview_of_content }} {{ item.preview_of_content }}
</p> </p>

View File

@@ -17,7 +17,7 @@
) %} ) %}
{% call row_heading() %} {% call row_heading() %}
<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> <a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}">{{ item.to }}</a>
<p class="file-list-hint"> <p class="file-list-hint">
{{ item.preview_of_content }} {{ item.preview_of_content }}
</p> </p>