Sha256: cd409eabe3bb9bd66fac1c30f1a15f28fd5bb64c65652e8792df0104218bfaca

Contents?: true

Size: 585 Bytes

Versions: 4

Compression:

Stored size: 585 Bytes

Contents

<h2><%= t('.header') %></h2>
<% if presenter.file_set_presenters.present? %>
  <table class="table table-striped related-files">
    <thead>
      <tr>
        <th>File</th>
        <th>Filename</th>
        <th>Date Uploaded</th>
        <th>Visibility</th>
        <th>Actions</th>
      </tr>
    </thead>
    <tbody>
      <%= render partial: 'member', collection: presenter.file_set_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

4 entries across 4 versions & 1 rubygems

Version Path
sufia-7.1.0 app/views/curation_concerns/base/_items.html.erb
sufia-7.0.0 app/views/curation_concerns/base/_items.html.erb
sufia-7.0.0.rc2 app/views/curation_concerns/base/_items.html.erb
sufia-7.0.0.rc1 app/views/curation_concerns/base/_items.html.erb