From 04c8a9ebba6aaad12881d0878e9a40a049c0f417 Mon Sep 17 00:00:00 2001 From: nonamethanks Date: Mon, 17 Aug 2020 13:55:52 +0200 Subject: [PATCH] Users: show appeal link and count to everyone --- app/views/users/_statistics.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) %>