fixing style checks

This commit is contained in:
Beverly Nguyen
2024-01-04 13:48:10 -08:00
parent 3ad5fb1d7c
commit b653a3cbb1

View File

@@ -47,10 +47,10 @@
<a class="usa-link file-list-filename" href="/services/{{ item.service }}/jobs/{{ item.job.id }}">{{ item.job.original_file_name|replace('.csv', '') if item.job.id else '' }}</a>
{% 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() %}
<a class="usa-link file-list-filename" href="/services/{{ item.service }}/jobs/{{ item.job.id }}.csv">{{ "Download" if item.job.original_file_name else '' }}</a>