Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
suttonelections
espelhamento de
https://github.com/adrianshort/suttonelections.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
2
Wiki
Atividade
Ver código fonte
Added % sign formatting to % Votes data
tags/last-sinatra-version
Adrian Short
14 anos atrás
pai
3e8e53c3ea
commit
54aa4b7324
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
views/home.haml
+ 1
- 1
views/home.haml
Ver arquivo
@@ -22,7 +22,7 @@
%tr
%td= result[0]
%td.right= result[1]
%td.right= sprintf("%0.1f", result[1].to_f / @total_votes * 100)
%td.right= sprintf("%0.1f
%%
", result[1].to_f / @total_votes * 100)
%td.right
- if result[0] == 'Conservative Party'
11
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar