Election results in the London Borough of Sutton.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

17 satır
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