瀏覽代碼

Remove scoreboard

master
Adrian Short 9 年之前
父節點
當前提交
02af67bb8b
共有 3 個檔案被更改,包括 0 行新增20 行删除
  1. +0
    -8
      app.rb
  2. +0
    -1
      views/layout.haml
  3. +0
    -11
      views/scoreboard.haml

+ 0
- 8
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

+ 0
- 1
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


+ 0
- 11
views/scoreboard.haml 查看文件

@@ -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…
取消
儲存