mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 05:08:25 -04:00
update timestamp to display notification time created_at
This commit is contained in:
@@ -432,6 +432,7 @@ def get_job_partials(job):
|
|||||||
"partials/jobs/status.html",
|
"partials/jobs/status.html",
|
||||||
job=job,
|
job=job,
|
||||||
arrived_from_preview_page_url=arrived_from_preview_page_url,
|
arrived_from_preview_page_url=arrived_from_preview_page_url,
|
||||||
|
notifications=notifications["notifications"]
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
{{ notification.template.name }}
|
{{ notification.template.name }}
|
||||||
</td>
|
</td>
|
||||||
<td class="table-field time-sent">
|
<td class="table-field time-sent">
|
||||||
{{ job.created_at | format_datetime_table }}
|
{{ notification.created_at|format_datetime_table }}
|
||||||
</td>
|
</td>
|
||||||
<td class="table-field sender">
|
<td class="table-field sender">
|
||||||
{{ notification.created_by.name }}
|
{{ notification.created_by.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user