Sha256: d2d325bf974c14d143bacbbb5d3d1fd54ba3b53e0519b8357d866036f0ee6b80

Contents?: true

Size: 300 Bytes

Versions: 58

Compression:

Stored size: 300 Bytes

Contents

<% license_service = Hyrax.config.license_service_class.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

58 entries across 58 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.4 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.3 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.2 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.1 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.0 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.0.rc3 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.0.rc2 app/views/records/edit_fields/_license.html.erb
hyrax-5.0.0.rc1 app/views/records/edit_fields/_license.html.erb
hyrax-3.6.0 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0.rc3 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0.rc2 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0.rc1 app/views/records/edit_fields/_license.html.erb
hyrax-3.5.0 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0.beta2 app/views/records/edit_fields/_license.html.erb
hyrax-3.4.2 app/views/records/edit_fields/_license.html.erb
hyrax-4.0.0.beta1 app/views/records/edit_fields/_license.html.erb
hyrax-3.4.1 app/views/records/edit_fields/_license.html.erb
hyrax-3.4.0 app/views/records/edit_fields/_license.html.erb