Sha256: 649b838250d91ee2c2bdd91eaa682b411f01fb0a449f8018cc1f756725e56ae9

Contents?: true

Size: 648 Bytes

Versions: 32

Compression:

Stored size: 648 Bytes

Contents

<h2><%= t('.header') %></h2>
<% if presenter.member_presenters.present? %>
  <table class="table table-striped related-files">
    <thead>
      <tr>
        <th><%= t('.thumbnail') %></th>
        <th><%= t('.title') %></th>
        <th><%= t('.date_uploaded') %></th>
        <th><%= t('.visibility') %></th>
        <th><%= t('.actions') %></th>
      </tr>
    </thead>
    <tbody>
      <%= render partial: 'member', collection: presenter.member_presenters %>
    </tbody>
  </table>
<% elsif can? :edit, presenter.id %>
    <div class="alert alert-warning" role="alert"><%= t('.empty', type: presenter.human_readable_type) %></div>
<% end %>

Version data entries

32 entries across 32 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/base/_items.html.erb
hyrax-2.0.3 app/views/hyrax/base/_items.html.erb
hyrax-1.1.0 app/views/hyrax/base/_items.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/base/_items.html.erb
hyrax-2.0.2 app/views/hyrax/base/_items.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/base/_items.html.erb
hyrax-2.0.1 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/base/_items.html.erb
sufia-7.4.1 app/views/curation_concerns/base/_items.html.erb
hyrax-1.0.5 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/base/_items.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/base/_items.html.erb
sufia-7.4.0 app/views/curation_concerns/base/_items.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/base/_items.html.erb
hyrax-1.0.4 app/views/hyrax/base/_items.html.erb