From b101b53642370b8a042d2d48a0dc3089e055d7e3 Mon Sep 17 00:00:00 2001 From: manxingxing Date: Tue, 11 Jun 2013 16:39:55 +0800 Subject: [PATCH] Don't show download link of csv of freeformat files in dataset's download page. issue #229 This link is mainly used to export the list of freeformat files to R. Users may not need this file. --- app/views/datasets/download_page.html.haml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/views/datasets/download_page.html.haml b/app/views/datasets/download_page.html.haml index d0c9fd25..d76107e3 100644 --- a/app/views/datasets/download_page.html.haml +++ b/app/views/datasets/download_page.html.haml @@ -24,7 +24,6 @@ %li= link_to "Excel file" , "#xls" %li= link_to "CSV" , "#csv" %li= link_to "CSV2" , "#csv2" - %li= link_to "Files CSV", "#csv-files" #csv2 %h3 CSV file with separate category columns @@ -52,13 +51,6 @@ This is the same as the workbook the owner uploaded, including all the data and metadata. #download = link_to "Download", download_dataset_path(@dataset), class: 'button' - #csv-files - %h3 Files CSV - %p A CSV with direct links to the attached files and their description - #download - = link_to "Download", freeformats_csv_dataset_path(@dataset), class: 'button' - - :javascript $(function(){