Sha256: 43d664e6f0edc682522119433d9f3802d74faaf87621a7a0fe914fbe1d06b2df

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

<%= smart_listing_controls_for(:listings, {class: "form-inline text-right"}) do %>
  <%= text_field_tag :filter, '', class: "search form-control", placeholder: t("Search..."), autocomplete: :off %>

  <button class="btn btn-primary disabled" type="submit">
    Search
  </button>
<% end %>
<%= smart_listing_render(:listings) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smarter_listing-0.1.2 test/dummy/app/views/listings/index.html.erb
smarter_listing-0.1.1 test/dummy/app/views/listings/index.html.erb
smarter_listing-0.1.0 test/dummy/app/views/listings/index.html.erb