oneclickorgs/one-click-orgs

View on GitHub
app/views/resolutions/_vote_count.html.haml

Summary

Maintainability
Test Coverage
- votes_for = proposal.votes.select{|v| v.for?}.size
- votes_against = proposal.votes.select{|v| ! v.for?}.size

%strong
  = votes_for
support
\/
%strong
  = votes_against
oppose