diff options
Diffstat (limited to 'views/user.ejs')
-rw-r--r-- | views/user.ejs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/views/user.ejs b/views/user.ejs index 9da706c..8fd1d08 100644 --- a/views/user.ejs +++ b/views/user.ejs @@ -1,8 +1,5 @@ <%- include('header', { title: who.name }) %> -<style> -.logo { width: 80px; height: 80px; } -</style> -<img class="logo" src="<%= who.avatar %>" width="80" height="80"> +<img class="avatar" src="<%= who.avatar %>" width="80" height="80"> <% if (who.about) { %> <p style="white-space:pre-wrap;font-style:italic"><%= who.about %></p> <% } else { %> @@ -11,7 +8,7 @@ <p> Member since <%= who.ctime %>. <p> -Was last seen <%= who.atime %>. +Last seen <%= who.atime %>. <% if (user) { %> <p> <a href="/message/send/<%- who.name %>">Send message</a> |