Sha256: a1e9cb684dc1908daa41f5d365d4e550c09c34af582bc13e005dcddbaacb41ca

Contents?: true

Size: 709 Bytes

Versions: 76

Compression:

Stored size: 709 Bytes

Contents

<table class="leases table">
  <thead>
    <tr>
      <%= render partial: 'table_headers' %>
    </tr>
  </thead>
  <tbody>
  <% assets_under_lease.each do |curation_concern| %>
    <tr>
      <td class="human-readable-type"><%= curation_concern.human_readable_type %></td>
      <td class="title"><%= link_to curation_concern, edit_lease_path(curation_concern) %></td>
      <td class="current-visibility"><%= visibility_badge(curation_concern.visibility) %></td>
      <td class="lease-expiration-date"><%= curation_concern.lease_expiration_date %></td>
      <td class="visibility-after-lease"><%= visibility_badge(curation_concern.visibility_after_lease) %></td>
    </tr>
  <% end %>
  </tbody>
</table>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
hyrax-5.0.4 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.3 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.2 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.1 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.0 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.6.0 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.5.0 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.4.2 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.4.1 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.4.0 app/views/hyrax/leases/_list_active_leases.html.erb
hyrax-3.3.0 app/views/hyrax/leases/_list_active_leases.html.erb