Sha256: b4229535312dd0136d916bbb44a2f0b80b0a43f9538190cfcc61941aeaeadb5c

Contents?: true

Size: 287 Bytes

Versions: 19

Compression:

Stored size: 287 Bytes

Contents

<% license_service = Hyrax::LicenseService.new %>
<%= f.input :license, as: :multi_value_select,
    collection: license_service.select_active_options,
    include_blank: true,
    item_helper: license_service.method(:include_current_value),
    input_html: { class: 'form-control' } %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.rc4 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.rc3 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.rc2 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.rc1 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.beta2 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.2 app/views/records/edit_fields/_license.html.erb
hyrax-2.1.0.beta1 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.1 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.rc3 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.rc2 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.rc1 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.beta5 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.beta4 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.beta3 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.beta2 app/views/records/edit_fields/_license.html.erb
hyrax-2.0.0.beta1 app/views/records/edit_fields/_license.html.erb