From 50868971f7a1ad62940a53cba44e62c2d37a053d Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Sun, 4 Dec 2022 11:27:42 -0500 Subject: Show time-since next to 'XYZ boosted' on the home timeline. (#93) --- templates/activities/home.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') 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 @@ {{ event.subject_identity.name_or_handle }} boosted + {% include "activities/_post.html" with post=event.subject_post %} {% endif %} -- cgit v1.2.3