From f32d1a0c645caea614b6d2b3ca83229cb09ca1fe Mon Sep 17 00:00:00 2001 From: nyaadev Date: Tue, 23 May 2017 02:59:31 +0200 Subject: [PATCH] use enumerated index for comment anchors --- nyaa/templates/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index 17d36ba..93e2a4b 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -138,7 +138,7 @@ {% for comment in comments %} -
+

@@ -151,7 +151,7 @@

- {{ comment.created_time | timesince }} + {{ comment.created_time | timesince }} {% if g.user.is_moderator or g.user.id == comment.user_id %}