Sha256: ec6de39134737c08c648dcba8af0241c50c43a69edf8eac06ecba1707b2f37c5

Contents?: true

Size: 531 Bytes

Versions: 6

Compression:

Stored size: 531 Bytes

Contents

<div class="form-inline">
  <%= visibility_badge(Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_LEASE) %>
  <%= f.input :visibility_during_lease, wrapper: :inline, collection: visibility_options(:loosen), include_blank: false %>
  <%= f.input :lease_expiration_date, wrapper: :inline, input_html: { value: f.object.lease_expiration_date&.to_date || Date.tomorrow, class: 'datepicker' } %>
  <%= f.input :visibility_after_lease, wrapper: :inline, collection: visibility_options(:restrict), include_blank: false %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/views/hyrax/base/_form_permission_lease.html.erb
hyrax-5.0.1 app/views/hyrax/base/_form_permission_lease.html.erb
hyrax-5.0.0 app/views/hyrax/base/_form_permission_lease.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_form_permission_lease.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_form_permission_lease.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_form_permission_lease.html.erb