add avatars

This commit is contained in:
2025-05-18 11:39:12 +03:00
parent 9c327957d9
commit 836ad72521
9 changed files with 202 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<% if just_logged_in then %>
<h1>Logged in successfully.</h1>
<% end %>
<img src="<%= avatar_url(user) %>">
<h1><%= user.username %></h1>
<% if user:is_guest() and user_is_me then %>
<h2>You are a guest. An administrator needs to approve your account before you will be able to post.</h2>