diff --git a/views/threads/thread.etlua b/views/threads/thread.etlua index 627169e..b3f06bd 100644 --- a/views/threads/thread.etlua +++ b/views/threads/thread.etlua @@ -2,6 +2,9 @@ local is_locked = ntob(thread.is_locked) local can_post = (not is_locked and not me:is_guest()) or me:is_mod() %> +<% if infobox then %> + <% render("views.common.infobox", infobox) %> +<% end %>