Add time since to Timeline entries.

This commit is contained in:
Christopher Charbonneau Wells 2017-09-25 11:42:41 -04:00
parent 43edfddd82
commit 4be3d66a85
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{{ object.event }}
</div>
<div class="card-footer text-muted">
{{ object.time|time }}
{{ object.time|timesince }} ago ({{ object.time|time }})
</div>
</div>
</li>