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

Version Path
hyrax-5.0.1 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-5.0.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.6.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.5.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.4.2 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.4.1 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.4.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.3.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.2.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-2.9.6 app/views/hyrax/embargoes/_list_active_embargoes.html.erb
hyrax-3.1.0 app/views/hyrax/embargoes/_list_active_embargoes.html.erb