From 2f03af468df75d53393e0e6dfec14b95d07b4081 Mon Sep 17 00:00:00 2001 From: jscastanos Date: Fri, 1 May 2020 20:32:53 +0800 Subject: [PATCH] Fixed Issue #7847: Remove text from contributors page --- app/views/tag/_contributors.html.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/tag/_contributors.html.erb b/app/views/tag/_contributors.html.erb index f2e6e9a167..ec3eb7c0a0 100644 --- a/app/views/tag/_contributors.html.erb +++ b/app/views/tag/_contributors.html.erb @@ -6,12 +6,6 @@
<% end %> -
-

<%= @users.length || 0 %> contributors

-

<%= @note_count %> research notes

-

<%= @wikis.length %> wiki pages

-
- <% if params["action"] == "contributors"%>
<% end %>