Sha256: fb85da0a85ae6dd436c0f8aabd13c51f953d475e9c3a167728e4f3a59b589617
Contents?: true
Size: 706 Bytes
Versions: 7
Compression:
Stored size: 706 Bytes
Contents
<% if curation_concern.generic_files.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 curation_concern.generic_files %> </tbody> </table> </div> <% elsif can? :edit, curation_concern %> <h2>Files</h2> <p class="center"><em>This <%= curation_concern.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
7 entries across 7 versions & 2 rubygems