fix infobox in user view

This commit is contained in:
2025-05-22 22:30:14 +03:00
parent d4ab245297
commit 74a0ae5027

View File

@ -1,5 +1,5 @@
<% if infobox then %>
<% render("views.common.infobox", pop_infobox) %>
<% render("views.common.infobox", infobox) %>
<% end %>
<div class="darkbg">
<h1 class="thread-title">Latest posts by <i><%= user.username %></i></h1>