Sha256: 7a366b2a5b11306b61de5e6495dad502051865e743e657ce5b2b1a8d95973b83
Contents?: true
Size: 935 Bytes
Versions: 21
Compression:
Stored size: 935 Bytes
Contents
<table class="table"> <tr> <th><span class="attribute-label h4">Title:</span></th> <td><%= work.title %></td> </tr> <tr> <th><span class="attribute-label h4">Depositor:</span></div> <td><%= link_to_profile work.depositor("no depositor value") %></td> </tr> <tr> <th><span class="attribute-label h4">Creator:</span></th> <td><%= work.creator %></td> </tr> <tr> <th><span class="attribute-label h4">Description:</span></th> <td><%= iconify_auto_link(work.description) %></th> </tr> <tr> <th><span class="attribute-label h4">Keywords:</span></th> <td><%= work.tags.join(', ') %></td> </tr> <tr> <th><span class="attribute-label h4">Date Uploaded:</span></th> <td><%= work.date_uploaded %></td> </tr> </table>
Version data entries
21 entries across 21 versions & 1 rubygems