Skip to content

Commit

Permalink
Fixing message
Browse files Browse the repository at this point in the history
  • Loading branch information
hdf1996 committed Feb 10, 2020
1 parent 745d89d commit 8f07ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/lab_record_imports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
index :download_links => false do
column :id
column :file do |lab_record|
next 'Obfuscating' unless lab_record.obfuscated?
next 'Error' if lab_record.error?
next 'Obfuscating' unless lab_record.obfuscated?
link_to 'Download',
rails_blob_path(lab_record.sheet_file, disposition: 'attachment'),
download: true
Expand Down

0 comments on commit 8f07ddd

Please sign in to comment.