Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

28 lignes
784 B

  1. %h1 One day. Two elections in Sutton.
  2. %p
  3. On 6 May you can vote to
  4. %strong
  5. choose your local MP
  6. and help to decide the next government of the country.
  7. %p
  8. And you can also
  9. %strong
  10. elect your local councillors
  11. and help to decide who runs Sutton Council.
  12. %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.
  13. %form{ :method => 'get', :action => '/wards' }
  14. %label{ :for => "postcode" } My postcode is
  15. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  16. %input{ :type => 'submit', :value => "Find it" }
  17. -#
  18. %h2 Council Wards
  19. - for ward in @wards
  20. %p
  21. %a{ :href => "/wards/#{ward.id.to_s}" }
  22. = ward.name