@@ -158,14 +158,6 @@ get '/about' do | |||||
haml :about | haml :about | ||||
end | end | ||||
get '/scoreboard.csv' do | |||||
redirect '/scoreboard' | |||||
end | |||||
get '/scoreboard' do | |||||
haml :scoreboard | |||||
end | |||||
not_found do | not_found do | ||||
haml :not_found | haml :not_found | ||||
end | end |
@@ -34,7 +34,6 @@ | |||||
%a{ :href => '/' } Home | %a{ :href => '/' } Home | ||||
%a{ :href => '/services' } Services | %a{ :href => '/services' } Services | ||||
%a{ :href => '/suppliers' } Suppliers | %a{ :href => '/suppliers' } Suppliers | ||||
%a{ :href => '/scoreboard' } Scoreboard | |||||
%a{ :href => '/about' } About | %a{ :href => '/about' } About | ||||
= yield | = yield | ||||
.clear | .clear | ||||
@@ -1,11 +0,0 @@ | |||||
.grid_12 | |||||
%h2= @page_title = "Council Spending Data Scoreboard" | |||||
%p Data on which councils are publishing their spending data and how they're doing it: | |||||
%ul | |||||
%li | |||||
%a{ :href => "https://spreadsheets.google.com/ccc?key=0AhOqra7su40fdEgtaG4yVFZGVjdYREVIWmprX2dENkE&hl=en_GB#gid=3" }< | |||||
Local council spending data scoreboard by OpenlyLocal.com | |||||
%li | |||||
%a{ :href => "http://www.guardian.co.uk/news/datablog/2010/sep/10/local-council-spending-over-500-list" }< | |||||
Council spending data from The Guardian Datablog |