Sha256: 5b5f20b919b781b57e5a8e30eb55a8d9e57bf767ee6b19dd7d1605fd0d2591e2

Contents?: true

Size: 535 Bytes

Versions: 9

Compression:

Stored size: 535 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.4 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.3 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.2 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.1 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.0 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_form_permission_embargo.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_form_permission_embargo.html.erb