Sha256: a410cb0e33a7510b855c176c31bc2ac6a7b169fcc74ece85254ca6c004f390e2

Contents?: true

Size: 629 Bytes

Versions: 4

Compression:

Stored size: 629 Bytes

Contents

<%= f.input id_type,
      label: false,
      type: :text,
      input_html:{
        id: id_name,
        name: f.object.model_name.param_key + '[' + id_type + '][]',
        :'data-autocomplete-url' => Rails.application.routes.url_helpers.qa_path + '/search/find_works',
        :'data-autocomplete' => 'work',
        :'data-user' => current_user.email,
        :'data-id' => id,
        autocomplete: 'off',
        :'aria-labelledby' => id_name + '_label',
        :class => 'new-form-control string multi_value optional related_works_ids form-control multi-text-field ui-autocomplete-input',
        value: ''
      }
 %>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
sufia-7.3.0.rc3 app/views/curation_concerns/base/_find_work_widget.html.erb
sufia-7.3.0.rc2 app/views/curation_concerns/base/_find_work_widget.html.erb
sufia-7.3.0.rc1 app/views/curation_concerns/base/_find_work_widget.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/base/_find_work_widget.html.erb