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