Skip to content

Commit

Permalink
AsdasD
Browse files Browse the repository at this point in the history
  • Loading branch information
namangupta01 committed Jan 27, 2018
1 parent 25a85db commit 8d0329b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tag/_contributors.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% end %>
<div class="row" id="highlight" style=" text-align: center;">
<h3 class="col-md-4 col-xs-12 col-sm-4"><%= @users.length || 0 %> contributors</h3>
<h3 class="col-md-4 col-xs-12 col-sm-4"><%= @noteCount %> research notes</h3>
<h3 class="col-md-4 col-xs-12 col-sm-4"><%= @note_count %> research notes</h3>
<h3 class="col-md-4 col-xs-12 col-sm-4"><%= @wikis.length %> wiki pages</h3>
</div>
<% if params["action"] == "contributors"%>
Expand All @@ -30,7 +30,7 @@
<% end %>
<% end %>

<% if @noteCount.nil? || @noteCount == 0 %>
<% if @note_count.nil? || @note_count == 0 %>
<p><%= raw t('tag.contributors.no_contributors', :tag => params[:id]) %>:</p>
<% else %>
<table class="table">
Expand Down

0 comments on commit 8d0329b

Please sign in to comment.