Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
641 B

  1. %h1 Polling Stations
  2. .warning
  3. %p If you've got a postal vote but haven't posted it yet, you can take it to ANY polling station before 10PM tonight (Thursday 22 May 2014).
  4. %p
  5. If you've got an ordinary vote (not postal) you MUST vote at the right polling station for your address. Use the
  6. %a{ :href => "/" }
  7. postcode search box
  8. on the home page to find your polling station and the candidates for your ward.
  9. %table
  10. - @stations.each do |s|
  11. %tr
  12. %td
  13. %a{ :href => "http://www.openstreetmap.org/?mlat=%s&mlon=%s&zoom=16" % [ s.lat, s.lng ]}
  14. = s.name
  15. %td= s.address
  16. %td= s.postcode