From b97078c545c8371295ab7d9500a0915da2e3b462 Mon Sep 17 00:00:00 2001 From: Beckeruni <106262735+Beckeruni@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:37:47 +0300 Subject: [PATCH] Update list.html.erb (#11358) * Update list.html.erb * Update list.html.erb deleted unwanted '+' --- app/views/users/list.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/list.html.erb b/app/views/users/list.html.erb index fb6eb3bcac..b148b3349c 100644 --- a/app/views/users/list.html.erb +++ b/app/views/users/list.html.erb @@ -56,8 +56,8 @@
  • <%= user.nodes.count %> Wiki Edits
  • <% if current_user && current_user.can_moderate? %> <% if user.status == 0 %> -
  • Unban on profile
  • - <%= translation('users.list.banned') %> +
  • Unban on profile
  • +

    <%= translation('users.list.banned') %>

    <% elsif user.status == 1 && user != current_user %>
  • <%= translation('users.list.see_full_profile') %>
  • <%= translation('users.list.ban') %>