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.
 
 
 
 

17 lines
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