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