update timestamp to display notification time created_at

This commit is contained in:
Beverly Nguyen
2024-07-05 16:30:41 -07:00
parent ffd935c4b6
commit 8d7d38e321
2 changed files with 2 additions and 1 deletions

View File

@@ -432,6 +432,7 @@ def get_job_partials(job):
"partials/jobs/status.html",
job=job,
arrived_from_preview_page_url=arrived_from_preview_page_url,
notifications=notifications["notifications"]
),
}

View File

@@ -69,7 +69,7 @@
{{ notification.template.name }}
</td>
<td class="table-field time-sent">
{{ job.created_at | format_datetime_table }}
{{ notification.created_at|format_datetime_table }}
</td>
<td class="table-field sender">
{{ notification.created_by.name }}