From 74a0ae502756ecffdb6c941e7a40f1b640afcd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Thu, 22 May 2025 22:30:14 +0300 Subject: [PATCH] fix infobox in user view --- views/user/user.etlua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/user/user.etlua b/views/user/user.etlua index ea1d464..2ad5489 100644 --- a/views/user/user.etlua +++ b/views/user/user.etlua @@ -1,5 +1,5 @@ <% if infobox then %> - <% render("views.common.infobox", pop_infobox) %> + <% render("views.common.infobox", infobox) %> <% end %>

Latest posts by <%= user.username %>