소스 검색

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


불러오는 중...
취소
저장