summaryrefslogtreecommitdiffstats
path: root/templates/activities/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/home.html')
-rw-r--r--templates/activities/home.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/activities/home.html b/templates/activities/home.html
index 5171842..d574e2a 100644
--- a/templates/activities/home.html
+++ b/templates/activities/home.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load activity_tags %}
{% block title %}Home{% endblock %}
@@ -11,6 +12,9 @@
<a href="{{ event.subject_identity.urls.view }}">
{{ event.subject_identity.name_or_handle }}
</a> boosted
+ <time>
+ {{ event.subject_post_interaction.published | timedeltashort }} ago
+ </time>
</div>
{% include "activities/_post.html" with post=event.subject_post %}
{% endif %}