чудовищно не удобно стало. @maxcom
commit 7a532156d6ef4a5297a1a7d72fc24b152d2897bd (HEAD -> master, origin/master, origin/HEAD)
Author: Maxim Valyanskiy <max.valjanski@gmail.com>
Date: Wed May 13 23:09:35 2026 +0300
более консистентный вид топика в разных местах
diff --git a/src/main/webapp/WEB-INF/tags/topic.tag b/src/main/webapp/WEB-INF/tags/topic.tag
index 508028b94..8a6c5ce9b 100644
--- a/src/main/webapp/WEB-INF/tags/topic.tag
+++ b/src/main/webapp/WEB-INF/tags/topic.tag
@@ -55,8 +55,8 @@
<div class="msg-top-header">
<span <c:if test="${enableSchema}">itemprop="articleSection"</c:if>>
- <a href="${preparedMessage.section.sectionLink}">${preparedMessage.section.title}</a> —
- <a href="${preparedMessage.group.url}">${preparedMessage.group.title}</a>
+ ${preparedMessage.section.title} —
+ ${preparedMessage.group.title}
<c:if test="${preparedMessage.section.premoderated and not message.commited}">
<span>(не подтверждено)</span>
</c:if>

