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