mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Remove human-friendly timestamps from activity page
This fix introduced by e6490e1 did not fix anything.
So lets remove the ‘3 days ago’ thing completely and just say the date
and time instead.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
{{ text_field(item.status|capitalize) }}
|
||||
|
||||
{% call field(align='right') %}
|
||||
{{ item.created_at|format_delta|capitalize }}
|
||||
{{ item.created_at|format_datetime_short }}
|
||||
{% endcall %}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user