Sha256: b71d4966c580fd8decca3d6930c475992475a39eb7c937d8a977866ba50a8eae

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

<% if should_show_spellcheck_suggestions? @response %>
  <div id="spell">
    <h4 class="suggest"><em><%= t('blacklight.did_you_mean', :options =>  @response.spelling.words.map { |word| link_to_query(word) }.join(" #{t('blacklight.or')} ")).html_safe %></em></h4>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_did_you_mean.html.erb
blacklight-4.8.0 app/views/catalog/_did_you_mean.html.erb
blacklight-4.7.0 app/views/catalog/_did_you_mean.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_did_you_mean.html.erb