diff --git a/app.rb b/app.rb index 732fc5d..5c8dfe4 100644 --- a/app.rb +++ b/app.rb @@ -158,14 +158,6 @@ get '/about' do haml :about end -get '/scoreboard.csv' do - redirect '/scoreboard' -end - -get '/scoreboard' do - haml :scoreboard -end - not_found do haml :not_found end \ No newline at end of file diff --git a/views/layout.haml b/views/layout.haml index 7eb17a4..d4fe005 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -34,7 +34,6 @@ %a{ :href => '/' } Home %a{ :href => '/services' } Services %a{ :href => '/suppliers' } Suppliers - %a{ :href => '/scoreboard' } Scoreboard %a{ :href => '/about' } About = yield .clear diff --git a/views/scoreboard.haml b/views/scoreboard.haml deleted file mode 100644 index df641d9..0000000 --- a/views/scoreboard.haml +++ /dev/null @@ -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 \ No newline at end of file