From 7d0aed0ae8405a4272135783796cd6c792f4b0ab Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Jun 2017 14:29:58 +0100 Subject: [PATCH] Link to each recipient on activity and job pages We have a page for individual notifications now. On the job and activity pages each row of the table represents an individual notification. So it makes sense for these things to be linked together, so that a user can navigate from one to the other. This will make more sense once we make some more changes to the individual notification page. --- app/templates/partials/jobs/notifications.html | 4 +++- app/templates/views/activity/notifications.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/partials/jobs/notifications.html b/app/templates/partials/jobs/notifications.html index 8c2964bdd..d1c319d59 100644 --- a/app/templates/partials/jobs/notifications.html +++ b/app/templates/partials/jobs/notifications.html @@ -48,7 +48,9 @@ field_headings_visible=False ) %} {% call row_heading() %} -

{{ item.to }}

+

+ {{ item.to }} +

{% endcall %} {{ notification_status_field(item) }} {% endcall %} diff --git a/app/templates/views/activity/notifications.html b/app/templates/views/activity/notifications.html index 06158fb75..d6f96a37b 100644 --- a/app/templates/views/activity/notifications.html +++ b/app/templates/views/activity/notifications.html @@ -18,7 +18,7 @@ {% call row_heading() %}

- {{ item.to }} + {{ item.to }}

{% if item.job and item.job.original_file_name == 'Report' %}