diff --git a/app/views/users/_statistics.html.erb b/app/views/users/_statistics.html.erb
index 272d5ec4e..1f32a7b83 100644
--- a/app/views/users/_statistics.html.erb
+++ b/app/views/users/_statistics.html.erb
@@ -174,12 +174,12 @@
<%= presenter.comment_count(self) %> in <%= presenter.commented_posts_count(self) %> posts |
- <% if CurrentUser.user.id == user.id || CurrentUser.is_moderator? %>
-
- | Appeals |
- <%= presenter.appeal_count(self) %> |
-
+
+ | Appeals |
+ <%= presenter.appeal_count(self) %> |
+
+ <% if CurrentUser.user.id == user.id || CurrentUser.is_moderator? %>
| Flags |
<%= presenter.flag_count(self) %> |