From d6670eb2cd789f1c7191f460226e4a5f07759e5d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 May 2024 17:12:20 +0300 Subject: web: dim uri part from external recommendations --- src/main/resources/templates/views/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html index 9aad1ce5..ab751294 100644 --- a/src/main/resources/templates/views/thread.html +++ b/src/main/resources/templates/views/thread.html @@ -116,7 +116,7 @@ {% if rec.uri.toString() is empty %} @{{ rec.name }}{% if loop.index < (loop.length - 1) %}, {% endif %} {% else %} - @{{ rec.name }}{% if loop.index < (loop.length - 1) %}, {% endif %} + @{{ rec.name }}@{{ rec.uri.host }}{% if loop.index < (loop.length - 1) %}, {% endif %} {% endif %} {% endfor %} -- cgit v1.2.3