Sha256: 3b1c92f3643d4d3c5cda985b269cf17e574d2d86a55c39ef7d4166c9c1eac84d
Contents?: true
Size: 718 Bytes
Versions: 73
Compression:
Stored size: 718 Bytes
Contents
<table class="embargoes table"> <thead> <tr> <%= render partial: 'table_headers' %> </tr> </thead> <tbody> <% assets_under_embargo.each do |curation_concern| %> <tr> <td class="human-readable-type"><%= curation_concern.human_readable_type %></td> <td class="title"><%= link_to curation_concern, edit_embargo_path(curation_concern) %></td> <td class="current-visibility"><%= visibility_badge(curation_concern.visibility) %></td> <td class="embargo-release-date"><%= curation_concern.embargo_release_date %></td> <td class="visibility-after-embargo"><%= visibility_badge(curation_concern.visibility_after_embargo) %></td> </tr> <% end %> </tbody> </table>
Version data entries
73 entries across 73 versions & 1 rubygems