diff --git a/app/views/curation_concerns/file_sets/media_display/_default.html.erb b/app/views/curation_concerns/file_sets/media_display/_default.html.erb new file mode 100644 index 0000000000..cc010aafe6 --- /dev/null +++ b/app/views/curation_concerns/file_sets/media_display/_default.html.erb @@ -0,0 +1,3 @@ +<%= link_to main_app.download_path(file_set), target: "_new", title: "Download the document" do %> +No preview available +<% end %>