Replace total votes to cached_votes_score on legislation proposals
This show votes_score as result of votes_up minus votes_down
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<% end %>
|
||||
|
||||
<span class="total-votes">
|
||||
<%= t("proposals.proposal.votes", count: proposal.total_votes) %>
|
||||
<%= t("proposals.proposal.votes", count: proposal.votes_score) %>
|
||||
</span>
|
||||
|
||||
<% if user_signed_in? && current_user.organization? %>
|
||||
|
||||
Reference in New Issue
Block a user