public profile display

This commit is contained in:
kaipher7
2026-04-22 00:43:24 -06:00
parent d568538177
commit 2499ea086d
6 changed files with 36 additions and 73 deletions
@@ -70,7 +70,9 @@
<div class="sidebar-right">
<p><strong th:text="${profile.effectiveDisplayName}">Display Name</strong></p>
<p th:text="'@' + ${profile.username}">@username</p>
<p th:if="${profile.bio != null and !#strings.isEmpty(profile.bio)}" th:text="${profile.bio}">Bio goes here.</p>
<div class="bio-wrap">
<p th:if="${profile.bio != null and !#strings.isEmpty(profile.bio)}" th:text="${profile.bio}">Bio goes here.</p>
</div>
</div>
</div>