Sha256: 9b8984281280a925736f8181dcc70d20c6757066fea2bd96eaf64b946d4426c9
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 Bytes
Contents
<% if presenter.external_metadata_file_formats_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_formats_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
3 entries across 3 versions & 1 rubygems