Sha256: 50682f4bccd5f610fa6b4035c30016ab0a353542668a41df082aca15fbe2ce14

Contents?: true

Size: 361 Bytes

Versions: 7

Compression:

Stored size: 361 Bytes

Contents

<div class="widgets-index__search">

  <%= @search_form.open %>

    <!-- MANTAIN OLD PARAMS -->
    <% @search_params.each do |key, value| %>
      <input type="hidden" name="<%= key %>" value="<%= value %>">
    <% end %>
    <!-- / MANTAIN OLD PARAMS -->
  
    <%= @search_input.show %>

    <%= @search_submit.show %>

  <%= @search_form.close %>
  
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.2.0 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.1.4 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.1.3 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.1.2 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.1.1 app/cells/lato_core/widgets/index/views/partials/search.html.erb
lato_core-2.1 app/cells/lato_core/widgets/index/views/partials/search.html.erb