This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
two-horse-race
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Align votes total under column
main
Adrian Short
2 years ago
parent
16e73a111b
commit
f081bd9fdb
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
twohorserace
+ 2
- 2
twohorserace
View File
@@ -98,8 +98,8 @@ data['bodies'].each do |body|
# Total votes in this poll
if poll['votes']
puts
puts "
Total:
%d" % poll['votes']
puts
"%68s" % [ "=" * poll['votes'].to_s.size ]
puts "%
68
d" % poll['votes']
end
# Rejected ballots in this poll
Write
Preview
Loading…
Cancel
Save