Sha256: 4162ceeea225f7de6cebf8588509ac5db00eea6e78638ffad54789da29833602
Contents?: true
Size: 829 Bytes
Versions: 32
Compression:
Stored size: 829 Bytes
Contents
<% if presenter.member_presenters.present? %> <div class="panel panel-default related_files"> <div class="panel-heading"> <h2><%= t('curation_concerns.show.related_files.heading') %></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.member_presenters %> </tbody> </table> </div> <% elsif can? :edit, presenter.id %> <h2><%= t('curation_concerns.show.related_files.heading') %></h2> <p class="text-center"><em>This <%= presenter.human_readable_type %> has no members associated with it. You can add one using the "Attach a File" button below.</em></p> <% end %>
Version data entries
32 entries across 32 versions & 1 rubygems