Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
suttonelections
miroir de
https://github.com/adrianshort/suttonelections.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
2
Wiki
Activité
Parcourir la source
Tidied up total vote counts
tags/last-sinatra-version
Adrian Short
il y a 14 ans
Parent
4a3e8d5a6f
révision
4b429fafba
4 fichiers modifiés
avec
31 ajouts
et
13 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+5
-0
public/style.css
+8
-5
views/home.haml
+9
-4
views/resultssuttoncouncil.haml
+9
-4
views/resultsukparliament.haml
+ 5
- 0
public/style.css
Voir le fichier
@@ -129,4 +129,9 @@ tr
color: white;
padding: 2px 2px;
font-weight: normal;
}
.noborder
{
border: 0;
}
+ 8
- 5
views/home.haml
Voir le fichier
@@ -40,11 +40,14 @@
0%
%td.right= result[1]
%td.right= sprintf("%0.1f%%", result[1].to_f / @total_votes * 100)
%p
Total votes:
= @total_votes
%tr.noborder
%td
%td
%td.right 54
%td
%td.right.strong= @total_votes
%td
%h2 Sutton Council Results by Ward
+ 9
- 4
views/resultssuttoncouncil.haml
Voir le fichier
@@ -44,7 +44,12 @@
%td
- if count < 4
.elected ELECTED
%p
Total votes:
= @total_2010
%tr.noborder
%td
%td
%td
%td= @total_2010
%td
%td
%td
+ 9
- 4
views/resultsukparliament.haml
Voir le fichier
@@ -46,7 +46,12 @@
%td
- if count == 1
.elected ELECTED
%p
Total votes:
= @total_2010
%tr.noborder
%td
%td
%td
%td= @total_2010
%td
%td
%td
Écrire
Aperçu
Chargement…
Annuler
Enregistrer