use infobox to signal topic locked

This commit is contained in:
2025-05-23 15:28:09 +03:00
parent 1038e8ea1e
commit d70b27cda0
6 changed files with 141 additions and 50 deletions

View File

@ -1,6 +1,7 @@
<%
local class = "infobox " .. constants.InfoboxHTMLClass[kind]
local icon = constants.InfoboxIcons[kind]
local sentences = infobox_message(msg)
%>
<div class="<%= class %>">
@ -8,6 +9,6 @@
<div class="infobox-icon-container">
<% render(icon) %>
</div>
<%= msg %>
<%- sentences %>
</span>
</div>