Skip to content

Commit

Permalink
Don't show download link of csv of freeformat files in dataset's down…
Browse files Browse the repository at this point in the history
…load page. issue #229

This link is mainly used to export the list of freeformat files to R. Users may not need this file.
  • Loading branch information
manxingxing committed Jun 13, 2013
1 parent e892003 commit b101b53
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/views/datasets/download_page.html.haml
Expand Up @@ -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
Expand Down Expand Up @@ -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(){
Expand Down

0 comments on commit b101b53

Please sign in to comment.