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:
Chris Hill-Scott
2016-04-14 13:35:56 +01:00
parent e6490e18d1
commit cadc700712
3 changed files with 8 additions and 13 deletions

View File

@@ -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 %}