diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 91e2595..3e7a389 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -64,7 +64,7 @@
<% end %>
| Joined |
- <%= @user.created_at.strftime("%e %b %Y, %H:%M") %> |
+ |
<% if mod? || @user.is?(current_user) %>
@@ -77,7 +77,7 @@
| Last seen |
- <%= @user.last_seen.strftime("%e %b %Y, %H:%M") %> |
+ |
<% end %>