mirror of https://github.com/snachodog/mybuddy.git
Add time since to Timeline entries.
This commit is contained in:
parent
43edfddd82
commit
4be3d66a85
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue