mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
fixing style checks
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
{% call row_heading() %}
|
{% call row_heading() %}
|
||||||
{{ item.status|format_notification_status_as_time (
|
{{ item.status|format_notification_status_as_time (
|
||||||
item.created_at|format_datetime_short,
|
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 %}
|
{% endcall %}
|
||||||
{% call row_heading() %}
|
{% 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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user