From e3c4cd8414ee75f17305a29b4ec091aadcf1832e Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Thu, 8 Dec 2022 07:27:35 +0300
Subject: Add return path parameter to other `/login` links
---
src/main/resources/templates/views/thread.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/main/resources/templates/views/thread.html')
diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html
index 6215aa9a..7aecaea4 100644
--- a/src/main/resources/templates/views/thread.html
+++ b/src/main/resources/templates/views/thread.html
@@ -61,7 +61,7 @@
{% else %}
-
+
{% if msg.recommendations.size() > 0 %} {{ msg.recommendations.size() }}
@@ -185,4 +185,4 @@
{% endblock %}
{% block "column" %}
{% include "views/partial/usercolumn" %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
--
cgit v1.2.3