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 }}
|
{{ object.event }}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer text-muted">
|
<div class="card-footer text-muted">
|
||||||
{{ object.time|time }}
|
{{ object.time|timesince }} ago ({{ object.time|time }})
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue