Sha256: ac16ebe682b6ba6273455bd96fff6532869e431612e67e9a642979b21f277012

Contents?: true

Size: 437 Bytes

Versions: 19

Compression:

Stored size: 437 Bytes

Contents

<% if presenter.representative_id.present? && presenter.representative_presenter.present? %>
  <% if defined?(viewer) && viewer %>
    <%= iiif_viewer_display presenter %>
  <% else %>
    <%= render media_display_partial(presenter.representative_presenter), file_set: presenter.representative_presenter  %>
  <% end %>
<% else %>
  <%= image_tag 'default.png', class: "canonical-image", alt: 'default representative image' %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/base/_representative_media.html.erb
hyrax-5.0.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_representative_media.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_representative_media.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.6.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.5.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.4.2 app/views/hyrax/base/_representative_media.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.4.1 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.4.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.3.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.2.0 app/views/hyrax/base/_representative_media.html.erb
hyrax-3.1.0 app/views/hyrax/base/_representative_media.html.erb