Skip to content

Commit

Permalink
remove IIIF viewer temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 5, 2022
1 parent 84ff649 commit 0992e31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/views/manifestations/_show_detail_librarian.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<%= render 'manifestations/tab_menu', manifestation: manifestation %>
<div id="detail">
<% 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 %>
<table class="table table-striped" id="resource_detail">
<%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%>
<tr>
Expand Down
3 changes: 0 additions & 3 deletions app/views/manifestations/_show_detail_user.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<%= render 'manifestations/tab_menu', manifestation: manifestation %>
<div id="detail">
<% 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 %>
<table class="table table-striped" id="resource_detail">
<%= embed_content(manifestation) if defined?(EnjuManifestationViewer) -%>
<tr>
Expand Down

0 comments on commit 0992e31

Please sign in to comment.