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.
 
 
 
 

31 lignes
803 B

  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