Sha256: 3aef9da559c1a24305bb725abfb10a2f2621d4ac56f427039e64200591974792
Contents?: true
Size: 484 Bytes
Versions: 19
Compression:
Stored size: 484 Bytes
Contents
<div class="form-inline"> <span class="label label-warning">Embargo</span> <%= 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 || Date.tomorrow, class: 'datepicker' } %> <%= f.input :visibility_after_embargo, wrapper: :inline, collection: visibility_options(:loosen), include_blank: false %> </div>
Version data entries
19 entries across 19 versions & 2 rubygems