Skip to content

Commit 0992e31

Browse files
committed
remove IIIF viewer temporarily
1 parent 84ff649 commit 0992e31

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/views/manifestations/_show_detail_librarian.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<%= render 'manifestations/tab_menu', manifestation: manifestation %>
33
<div id="detail">
44
<% cache([manifestation, fragment: 'show_detail_librarian_html', role: current_user_role_name, locale: @locale]) do %>
5-
<% if manifestation.picture_files.exists? %>
6-
<%= render 'iiif_viewer', manifestation: manifestation %>
7-
<% end %>
85
<table class="table table-striped" id="resource_detail">
96
<%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%>
107
<tr>

app/views/manifestations/_show_detail_user.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<%= render 'manifestations/tab_menu', manifestation: manifestation %>
33
<div id="detail">
44
<% cache([manifestation, fragment: 'show_detail_user_html', role: current_user_role_name, locale: @locale]) do %>
5-
<% if manifestation.picture_files.exists? %>
6-
<%= render 'iiif_viewer', manifestation: manifestation %>
7-
<% end %>
85
<table class="table table-striped" id="resource_detail">
96
<%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%>
107
<tr>

0 commit comments

Comments
 (0)