update time from created_at to processing_fisnnished

This commit is contained in:
Beverly Nguyen
2024-07-10 14:47:29 -07:00
parent a63bd4355c
commit 5042ba8d50
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<span>Template</span>
</th>
<th scope="col" class="table-field-heading">
<span>Time sent</span>
<span>Job status</span>
</th>
<th scope="col" class="table-field-heading">
<span>Sender</span>
@@ -69,7 +69,7 @@
{{ notification.template.name }}
</td>
<td class="table-field time-sent">
{{ notification.created_at|format_datetime_table }}
{{ job.processing_finished|format_datetime_table }}
</td>
<td class="table-field sender">
{{ notification.created_by.name }}