Sha256: be528b7f2be726f0645d7a81075251189d3f1bc64d55aea5f84907cf31d22a70

Contents?: true

Size: 286 Bytes

Versions: 10

Compression:

Stored size: 286 Bytes

Contents

<% license_service = Hyrax::LicenseService.new %>
<%= f.input :rights, 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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/records/edit_fields/_rights.html.erb
hyrax-1.1.0 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.5 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.4 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.3 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.2 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.1 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.0.rc2 app/views/records/edit_fields/_rights.html.erb
hyrax-1.0.0.rc1 app/views/records/edit_fields/_rights.html.erb
test_hyrax-0.0.1.alpha app/views/records/edit_fields/_rights.html.erb