Sha256: 82bf8cfa1aa36d877f5aa39ea67319a77f9748cb3bd01d8988d57fef0a666057

Contents?: true

Size: 342 Bytes

Versions: 16

Compression:

Stored size: 342 Bytes

Contents

<div class="h-autocomplete d-none" data-autocomplete-target="dropdown">
<% if collection.any? %>
  <%= render "headmin/forms/autocomplete/list" do %>
    <% collection.each do |value, name| %>
      <%= render "headmin/forms/autocomplete/item", value: value do %>
        <%= name %>
      <% end %>
    <% end %>
  <% end %>
<% end %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
headmin-0.6.3 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.6.2 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.6.1 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.6.0 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.9 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.8 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.7 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.6 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.5 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.4 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.3 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.1 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.5.0 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.4.2 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.4.1 app/views/headmin/forms/_autocomplete.html.erb
headmin-0.4.0 app/views/headmin/forms/_autocomplete.html.erb