|
@@ -98,8 +98,8 @@ data['bodies'].each do |body| |
|
|
|
|
|
|
|
|
# Total votes in this poll |
|
|
# Total votes in this poll |
|
|
if poll['votes'] |
|
|
if poll['votes'] |
|
|
puts |
|
|
|
|
|
puts "Total: %d" % poll['votes'] |
|
|
|
|
|
|
|
|
puts "%68s" % [ "=" * poll['votes'].to_s.size ] |
|
|
|
|
|
puts "%68d" % poll['votes'] |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
# Rejected ballots in this poll |
|
|
# Rejected ballots in this poll |
|
|