Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrian
/
two-horse-race
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Align votes total under column
main
Adrian Short
2 anni fa
parent
16e73a111b
commit
f081bd9fdb
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
twohorserace
+ 2
- 2
twohorserace
Vedi 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
Scrivi
Anteprima
Caricamento…
Annulla
Salva