mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Merge pull request #445 from alphagov/different-human-timestamp-module
Use a different module for doing nice timestamps
This commit is contained in:
@@ -93,10 +93,10 @@
|
||||
</p>
|
||||
{% endcall %}
|
||||
|
||||
{{ text_field(item.status|title) }}
|
||||
{{ text_field(item.status|capitalize) }}
|
||||
|
||||
{% call field(align='right') %}
|
||||
{{ item.created_at|format_delta }}
|
||||
{{ item.created_at|format_delta|capitalize }}
|
||||
{% endcall %}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user