From 7497efccbc609c666c0dcd7f23e4435133549827 Mon Sep 17 00:00:00 2001 From: Hector Correa Date: Fri, 15 Apr 2016 11:24:38 -0400 Subject: [PATCH] Overwrite CC view to prevent the display of the big blue icon when no preview is available for a work --- .../file_sets/media_display/_default.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/curation_concerns/file_sets/media_display/_default.html.erb 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 %>