Sha256: 27e62b2b85a30e9599b5031130929b2fbc05a660a97482e999e6058fa52c2c91
Contents?: true
Size: 466 Bytes
Versions: 8
Compression:
Stored size: 466 Bytes
Contents
<h2 class="sr-only"><%= t('sufia.homepage.recently_uploaded.title') %></h2> <% if recent_documents.blank? %> <p><%= t('.no_public') %></p> <% else %> <div id="recent_docs"> <table class="table table-bordered table-striped"> <tr> <th scope="col"><%= t('.depositor') %></th> <th scope="col"><%= t('.details') %></th> </tr> <%= render partial: "recent_document", collection: recent_documents %> </table> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems