Browse Source

Remove scoreboard

master
Adrian Short 9 years ago
parent
commit
02af67bb8b
3 changed files with 0 additions and 20 deletions
  1. +0
    -8
      app.rb
  2. +0
    -1
      views/layout.haml
  3. +0
    -11
      views/scoreboard.haml

+ 0
- 8
app.rb View File

@@ -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

+ 0
- 1
views/layout.haml View File

@@ -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


+ 0
- 11
views/scoreboard.haml View File

@@ -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

Loading…
Cancel
Save