Sha256: 9153f0dab4d232d8fd483b32dafa62b70a74d577d4e3a0e5f9ad8b575da4c6f9

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

      <%#= f.input :resource_type, as: :select_with_help, collection: CurationConcerns.config.resource_types,
          input_html: { class: 'form-control', multiple: true } %>

      <%= f.input :tag, as: :multi_value_with_help %>

      <%= f.input :creator, as: :multi_value_with_help %>

      <%= f.input :rights, as: :select_with_modal_help, collection: RightsService.select_options,
          input_html: { class: 'form-control', multiple: true } %>

      <%= render "curation_concerns/file_sets/rights_modal" %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curation_concerns-0.4.0 app/views/upload_sets/_base_metadata.html.erb