Sha256: e1a80e1302c58a19212f6714cbd89664107304c5171fda249f29e2cb771cbc3c

Contents?: true

Size: 288 Bytes

Versions: 103

Compression:

Stored size: 288 Bytes

Contents

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

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
blacklight-5.0.1 app/views/catalog/_did_you_mean.html.erb
blacklight-5.0.0 app/views/catalog/_did_you_mean.html.erb
blacklight-5.0.0.pre4 app/views/catalog/_did_you_mean.html.erb