Sha256: ad2515d3e2a3b21ad8847abc348ce81d226cb7412fa720649e3dad1bbb7f4b5f
Contents?: true
Size: 567 Bytes
Versions: 4
Compression:
Stored size: 567 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 %> <p class="text-center"><em><%= t('.empty', type: presenter.human_readable_type) %></em></p> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems