Sha256: 538a451adac518c11cbbea7c4bbf0c0463fcd6b45a333336c502c77003444253

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

<% if suggestion = @searcher.suggest %>
  <p>
    <%= t(:did_you_mean, :default => "Did you mean") %> 
    <%= link_to h(suggestion), url_for(request.params.merge({:keywords => suggestion})) %>?
  </p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_solr_search-0.40.3 app/views/products/_suggestion.html.erb
spree_solr_search-0.40.0 app/views/products/_suggestion.html.erb
spree_solr_search-0.30.0 app/views/products/_suggestion.html.erb