diff --git a/views/home.haml b/views/home.haml index 6bc70a8..3818967 100644 --- a/views/home.haml +++ b/views/home.haml @@ -10,14 +10,13 @@ %h2 Sutton Council Election Results - %p Results for Worcester Park Ward are still awaited. + %p All ward results are now available below. - for ward in @wards - - if ward.id != 18 - %p - %a{ :href=> "/results/sutton-council/2010-05-06/#{ward.slug}" } - = ward.name - Ward + %p + %a{ :href=> "/results/sutton-council/2010-05-06/#{ward.slug}" } + = ward.name + Ward -# %h1 Vote for your MP and diff --git a/views/layout.haml b/views/layout.haml index 35c3908..5b0ff87 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -21,8 +21,9 @@ %a{ :href => '/how-the-parliament-election-works' } How the parliament election works %p %a{ :href => '/how-the-council-election-works' } How the council election works - %p - %a{ :href => '/wards' } Sutton Council wards + -# + %p + %a{ :href => '/wards' } Sutton Council wards %p %a{ :href => '/about' } About this website