Election results in the London Borough of Sutton.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

16 líneas
469 B

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