changed time column

This commit is contained in:
Beverly Nguyen
2024-01-23 16:18:43 -08:00
parent 8baf9682a1
commit 65bccb3f95
4 changed files with 28 additions and 13 deletions

View File

@@ -48,10 +48,10 @@
{{ item.template.name }}
{% endcall %}
{% call row_heading() %}
{{ item.status|format_notification_status_as_time(
item.created_at|format_datetime_short,
(item.updated_at or item.created_at)|format_datetime_short)
}}
{{ item.status|format_notification_status_as_time(
item.created_at|format_datetime_short_america,
(item.updated_at or item.created_at)|format_datetime_short_america
) }}
{% endcall %}
{% call row_heading() %}
{{ item.created_by.name }}