From 84381f4f482155052cc838fb57681fe7798897d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= Date: Wed, 7 Dec 2016 00:22:34 +0100 Subject: [PATCH] add: link to the thread --- isso/templates/admin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isso/templates/admin.html b/isso/templates/admin.html index 12ac60c..d11ac84 100644 --- a/isso/templates/admin.html +++ b/isso/templates/admin.html @@ -178,7 +178,7 @@ function send_edit(com_id, hash) { {% if order_by == "tid" %} {% if thread_id != comment.tid %} {% set thread_id = comment.tid %} -

{{comment.title}}

+

{{comment.title}} ({{comment.uri}})

{% endif %} {% endif %}
@@ -190,7 +190,7 @@ function send_edit(com_id, hash) {
{% if order_by != "tid" %} -
Thread: {{comment.title}}

+
Thread: {{comment.title}} ({{comment.uri}})

{% endif %} {% if comment.author %} {{comment.author}}