Sha256: 9a803d0ce3eb4d017ebee0d4fb9ff055edd7d4c069e0cf36104aa1893b5a805e

Contents?: true

Size: 507 Bytes

Versions: 25

Compression:

Stored size: 507 Bytes

Contents

<%= text_field_tag "find_#{name}",
                   '',
                   placeholder: t('.placeholder', default: 'Search for a work'),
                   autocomplete: 'off',
                   style: "width: 100%",
                   data: {
                     autocomplete: 'work',
                     'autocomplete-url' => Rails.application.routes.url_helpers.qa_path + '/search/find_works',
                     'exclude-work': id # exclude this item from the result set.
                   } %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.3 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-1.1.0 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.2 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.1 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/base/_find_work_widget.html.erb
sufia-7.4.1 app/views/curation_concerns/base/_find_work_widget.html.erb
hyrax-1.0.5 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/base/_find_work_widget.html.erb
sufia-7.4.0 app/views/curation_concerns/base/_find_work_widget.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-1.0.4 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-1.0.3 app/views/hyrax/base/_find_work_widget.html.erb
hyrax-1.0.2 app/views/hyrax/base/_find_work_widget.html.erb