Sha256: f9c62b53f06eb7654907a4fa3841cedbdbfa3c05bac1e0c847dc06fbb77ce513

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

<% if @response.response[:numFound] <= spell_check_max and @response.spelling.words.size > 0 %>
  <div id="spell">
    <h4 class="suggest"><i><%= t('blacklight.did_you_mean', :options =>  @response.spelling.words.map { |word| link_to_query(word) }.join(" #{t('blacklight.or')} ")).html_safe %></i></h4>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-3.5.0 app/views/catalog/_did_you_mean.html.erb