Sha256: e728ed9d8ae5c08f7443d9499b0dc83da087aed5160603e4d25bbd4f5da2d0dc
Contents?: true
Size: 729 Bytes
Versions: 22
Compression:
Stored size: 729 Bytes
Contents
<% if presenter.file_set_presenters.present? %> <div class="panel panel-default related_files"> <div class="panel-heading"> <h2>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.file_set_presenters %> </tbody> </table> </div> <% elsif can? :edit, presenter.id %> <h2>Files</h2> <p class="text-center"><em>This <%= presenter.human_readable_type %> has no files associated with it. You can add one using the "Attach a File" button below.</em></p> <% end %>
Version data entries
22 entries across 22 versions & 1 rubygems