Sha256: 2c135a2deb528b099eb419d15d82a8b5724561fefba80bb1a0809a27dae862a3

Contents?: true

Size: 325 Bytes

Versions: 28

Compression:

Stored size: 325 Bytes

Contents

<% if presenter.thumbnail_path %>
  <%= image_tag presenter.thumbnail_path,
                class: "representative-media",
                alt: "",
                role: "presentation" %>
<% else %>
  <span class="<%= Hyrax::ModelIcon.css_class_for(Collection) %> collection-icon-search" aria-hidden="true"></span>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.5 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.4 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.3 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.2 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.1 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.9.0 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.8.0 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.7.2 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.7.1 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.7.0 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.6.0 app/views/hyrax/collections/_media_display.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/collections/_media_display.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.5.1 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.5.0 app/views/hyrax/collections/_media_display.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.4.1 app/views/hyrax/collections/_media_display.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/collections/_media_display.html.erb
hyrax-2.4.0 app/views/hyrax/collections/_media_display.html.erb