Sha256: 2f454acb4821c14460895c61ad53dd5ce057b35910dd91a0429fb9c4e63c5737

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

<% license_service = CurationConcerns::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

7 entries across 7 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/records/edit_fields/_rights.html.erb
sufia-7.4.0 app/views/records/edit_fields/_rights.html.erb
sufia-7.3.1 app/views/records/edit_fields/_rights.html.erb
sufia-7.3.0 app/views/records/edit_fields/_rights.html.erb
sufia-7.3.0.rc3 app/views/records/edit_fields/_rights.html.erb
sufia-7.3.0.rc2 app/views/records/edit_fields/_rights.html.erb
sufia-7.3.0.rc1 app/views/records/edit_fields/_rights.html.erb