Skip to content

Commit

Permalink
Fixed Issue publiclab#7847: Remove text from contributors page
Browse files Browse the repository at this point in the history
  • Loading branch information
jscastanos committed May 1, 2020
1 parent 16a0663 commit 2f03af4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/tag/_contributors.html.erb
Expand Up @@ -6,12 +6,6 @@
<hr />
<% end %>
<div class="row" id="highlight" style=" text-align: center;">
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @users.length || 0 %> contributors</h3>
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @note_count %> research notes</h3>
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @wikis.length %> wiki pages</h3>
</div>

<% if params["action"] == "contributors"%>
<hr />
<% end %>
Expand Down

0 comments on commit 2f03af4

Please sign in to comment.