From 0992e31d877a402fd44117c479d248638d926bd4 Mon Sep 17 00:00:00 2001 From: Kosuke Tanabe Date: Sun, 6 Nov 2022 01:35:10 +0900 Subject: [PATCH] remove IIIF viewer temporarily --- app/views/manifestations/_show_detail_librarian.html.erb | 3 --- app/views/manifestations/_show_detail_user.html.erb | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/views/manifestations/_show_detail_librarian.html.erb b/app/views/manifestations/_show_detail_librarian.html.erb index 6e17a0c49a..39d18a2a7f 100644 --- a/app/views/manifestations/_show_detail_librarian.html.erb +++ b/app/views/manifestations/_show_detail_librarian.html.erb @@ -2,9 +2,6 @@ <%= render 'manifestations/tab_menu', manifestation: manifestation %>
<% cache([manifestation, fragment: 'show_detail_librarian_html', role: current_user_role_name, locale: @locale]) do %> - <% if manifestation.picture_files.exists? %> - <%= render 'iiif_viewer', manifestation: manifestation %> - <% end %> <%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%> diff --git a/app/views/manifestations/_show_detail_user.html.erb b/app/views/manifestations/_show_detail_user.html.erb index 328cac9c1d..0a16a74d54 100644 --- a/app/views/manifestations/_show_detail_user.html.erb +++ b/app/views/manifestations/_show_detail_user.html.erb @@ -2,9 +2,6 @@ <%= render 'manifestations/tab_menu', manifestation: manifestation %>
<% cache([manifestation, fragment: 'show_detail_user_html', role: current_user_role_name, locale: @locale]) do %> - <% if manifestation.picture_files.exists? %> - <%= render 'iiif_viewer', manifestation: manifestation %> - <% end %>
<%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%>