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.

home.haml 803 B

14 years ago
12345678910111213141516171819202122232425262728293031
  1. %h1
  2. Vote for your MP and councillors
  3. %br
  4. in Sutton
  5. %p
  6. On 6 May you can vote to
  7. %strong
  8. choose your local MP
  9. and help to decide the next government of the country.
  10. %p
  11. And you can also
  12. %strong
  13. elect your local councillors
  14. and help to decide who runs Sutton Council.
  15. %p Who you can vote for depends on where you live. You can find your local candidates and get more information on how the elections work here.
  16. %form{ :method => 'get', :action => '/wards' }
  17. %label{ :for => "postcode" } My postcode is
  18. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  19. %input{ :type => 'submit', :value => "Find it" }
  20. -#
  21. %h2 Council Wards
  22. - for ward in @wards
  23. %p
  24. %a{ :href => "/wards/#{ward.id.to_s}" }
  25. = ward.name