Sha256: 8705fda92b9a3af45feb1cc7d1c05f866abf4dd7a05e790137ad1d62fb41d1a4

Contents?: true

Size: 787 Bytes

Versions: 2

Compression:

Stored size: 787 Bytes

Contents

<% if presenter.external_metadata_file_set_presenters.present? %>
<div class="panel panel-default related_files">
  <div class="panel-heading">
    <h2>Metadata Files</h2>
  </div>
  <table class="table table-striped">
    <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.external_metadata_file_set_presenters %>
    </tbody>
  </table>
</div>
<% elsif can? :edit, presenter.id %>
  <h2>Metadata Files</h2>
  <p class="center"><em>This <%= presenter.human_readable_type %> has no metadata files associated with it. You can add one using the "Attach a File" button below.</em></p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geo_concerns-0.0.5 app/views/geo_concerns/_related_external_metadata_files.html.erb
geo_concerns-0.0.4 app/views/geo_concerns/_related_external_metadata_files.html.erb