Преглед на файлове

Remove full CSV file download

Can be downloaded from https://morph.io/adrianshort/inlink-scraper
main
Adrian Short преди 5 години
родител
ревизия
1066d2d8fa
променени са 2 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. +0
    -4
      lib/site.rb
  2. +0
    -4
      views/index.haml

+ 0
- 4
lib/site.rb Целия файл

@@ -13,10 +13,6 @@ class Site
# Summary CSV file
Petrify.write_csv('.', 'inlink-summary', summary)

# Full CSV file
apps = ScraperWiki.select("* from applications")
Petrify.write_csv('.', 'inlink-full', apps)

# New applications page
apps = ScraperWiki.select("* from `applications` order by date_received desc limit 30")
Petrify.write_page('new-applications', 'new-applications', { apps: apps })


+ 0
- 4
views/index.haml Целия файл

@@ -6,10 +6,6 @@
- csv_fn = 'inlink-summary.csv'
%a.button{ :href => csv_fn, :download => csv_fn }
Download summary CSV data
 
- csv_fn = 'inlink-full.csv'
%a.button{ :href => csv_fn, :download => csv_fn }
Download full CSV data

%table
%thead


Зареждане…
Отказ
Запис