Sha256: f47fcaa0e408ff8588545fd4adcd922326ec50e14304f11c9f3bb203b19a75e3

Contents?: true

Size: 756 Bytes

Versions: 45

Compression:

Stored size: 756 Bytes

Contents

<div data-controller="search" class="resource-search flex items-center h-full w-full">
  <div class="w-full"
    data-search-target="autocomplete"
    data-search-resource="<%= resource %>"
    data-translation-keys='{"no_item_found": "<%= I18n.translate 'avo.no_item_found' %>"}'
    <% if via_reflection.present? %>
      data-via-association="<%= via_reflection[:association] %>"
      data-via-association-id="<%= via_reflection[:association_id] %>"
      data-via-reflection-class="<%= via_reflection[:class] %>"
      data-via-reflection-id="<%= via_reflection[:id] %>"
    <% end %>
  >
  </div>
  <div class="hidden relative inline-flex text-gray-400 text-sm border border-gray-300 rounded cursor-pointer" data-search-target="button"></div>
</div>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-2.15.1 app/views/avo/partials/_resource_search.html.erb
avo-2.15.0 app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.7.polytranslations1 app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.6.nosprockets app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.5.nosprockets app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.4.tosqlfix app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.3.jsbundling app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.2.tailwindcss app/views/avo/partials/_resource_search.html.erb
avo-2.14.3.pre.1.branding app/views/avo/partials/_resource_search.html.erb
avo-2.14.2 app/views/avo/partials/_resource_search.html.erb
avo-2.14.2.pre.1 app/views/avo/partials/_resource_search.html.erb
avo-2.14.1 app/views/avo/partials/_resource_search.html.erb
avo-2.14.1.pre.1 app/views/avo/partials/_resource_search.html.erb
avo-2.14.0 app/views/avo/partials/_resource_search.html.erb
avo-2.13.6.pre.2 app/views/avo/partials/_resource_search.html.erb
avo-2.13.6.pre.1 app/views/avo/partials/_resource_search.html.erb
avo-2.13.5.pre.2 app/views/avo/partials/_resource_search.html.erb
avo-2.13.5.pre.1 app/views/avo/partials/_resource_search.html.erb
avo-2.13.4.pre.1 app/views/avo/partials/_resource_search.html.erb
avo-2.13.3.pre.4 app/views/avo/partials/_resource_search.html.erb