Sha256: d63fceb8d742c3f8fc481de9eb64efd86aab647996ba53a9a658f0090f10ffea

Contents?: true

Size: 580 Bytes

Versions: 22

Compression:

Stored size: 580 Bytes

Contents

<% unless manifestation.identifier_contents(:isbn).empty? %>
  <div id="gbsthumbnail<%= manifestation.id %>" class="book_jacket"></div>
  <script type="text/javascript">
    gbs_addTheCover( '<%= manifestation.identifier_contents(:isbn).first %>', 'gbsthumbnail<%= manifestation.id %>' );
  </script>
<% else %>
  <% if @library_group.settings[:book_jacket_unknown_resource] %>
    <%= @library_group.settings[:book_jacket_unknown_resource] %>
  <% else %>
    <%= image_tag("unknown_resource.png", size: "100x100", alt: "No Image", class: "book_jacket") %>
  <% end %>
<% end %>

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
enju_manifestation_viewer-0.3.5 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.4.0.rc.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.4 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.4.0.beta.2 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.4.0.beta.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.3 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.2 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.0 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.0.rc.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.0.beta.2 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.3.0.beta.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.4 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.3 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.2 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.1 app/views/manifestations/_google_book_thumbnail.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_manifestation_viewer-0.2.0/app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.0 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.0.beta.4 app/views/manifestations/_google_book_thumbnail.html.erb
enju_manifestation_viewer-0.2.0.beta.3 app/views/manifestations/_google_book_thumbnail.html.erb