From 918c2726b409b6820f66d9138cda5cf1c2307dd4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 11 Apr 2018 16:35:40 +0200 Subject: fix(templates/handlers): Fix post anchors - ensure users are correctly linked to a post actor after replying - ensure timestamps are clickable to get post IDs --- templates/thread.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/thread.html b/templates/thread.html index bbe288e92f13..1b484637331c 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -32,7 +32,10 @@ {% for post in posts -%} -
+
+ + {{ post.posted }} +
@@ -49,7 +52,6 @@
{{ post.body }}
- {{ post.posted }}
{%- endfor %} -- cgit 1.4.1