ソースを参照

Align votes total under column

main
Adrian Short 1年前
コミット
f081bd9fdb
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      twohorserace

+ 2
- 2
twohorserace ファイルの表示

@@ -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 "%68d" % poll['votes']
end

# Rejected ballots in this poll


読み込み中…
キャンセル
保存