Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
Only export places that have been matched already.
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-buente committed Oct 5, 2015
1 parent 53c2cea commit d553e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/data_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
end

action_item only: :show do
link_to admin_data_set_places_path(data_set, format: :csv) do
link_to admin_data_set_places_path(data_set, format: :csv, scope: :gechecked) do
fa_icon('download', text: 'Download CSV')
end
end
Expand Down

0 comments on commit d553e51

Please sign in to comment.