From b653a3cbb1a02dea28787c93d6c13b28bc9cafc7 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 4 Jan 2024 13:48:10 -0800 Subject: [PATCH] fixing style checks --- app/templates/views/dashboard/dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 '' }}