diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 0d74c917d..345e95f24 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -47,10 +47,10 @@ {{ item.job.original_file_name|replace('.csv', '') if item.job.id else '' }} {% endcall %} {% call row_heading() %} - {{ item.status|format_notification_status_as_time( + {{ item.status|format_notification_status_as_time ( item.created_at|format_datetime_short, - (item.updated_at or item.created_at)|format_datetime_short - ) }} + (item.updated_at or item.created_at)|format_datetime_short) + }} {% endcall %} {% call row_heading() %} {{ "Download" if item.job.original_file_name else '' }}