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.
 
 
 
 

17 lignes
482 B

  1. -# %h2 One day. Two elections in Sutton.
  2. %h2 Who are my local candidates in the Sutton Council elections on 6 May?
  3. %form{ :method => 'get', :action => '/wards' }
  4. %label{ :for => "postcode" } My postcode is
  5. %input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 }
  6. %input{ :type => 'submit', :value => "Find it" }
  7. -#
  8. %h2 Council Wards
  9. - for ward in @wards
  10. %p
  11. %a{ :href => "/wards/#{ward.id.to_s}" }
  12. = ward.name