Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
suttonelections
mirror da
https://github.com/adrianshort/suttonelections.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
2
Wiki
Attività
Sfoglia il codice sorgente
Added ward list to home page
tags/last-sinatra-version
Adrian Short
16 anni fa
parent
a0e00023b7
commit
11f1a4f6d0
2 ha cambiato i file
con
10 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
app.rb
+8
-3
views/home.haml
+ 2
- 0
app.rb
Vedi File
@@ -23,6 +23,8 @@ get '/' do
redirect "/wards/#{@ward.slug}/postcode/#{@postcode}"
end
@wards = Ward.all
haml :home
end
+ 8
- 3
views/home.haml
Vedi File
@@ -10,9 +10,14 @@
%h2 Sutton Council Election Results
%p
Votes for the Sutton Council election will be counted during the day on Friday 7 May. Results will appear here as soon as they are available.
%p Results for Worcester Park Ward are still awaited.
- for ward in @wards
- if ward.id != 18
%p
%a{ :href=> "/results/sutton-council/2010-05-06/#{ward.slug}" }
= ward.name
Ward
-#
%h1
Vote for your MP and
Scrivi
Anteprima
Caricamento…
Annulla
Salva