Sha256: b38874c015dfc0c858a6f9b9059d8f636b88b983eb678b0399df321806af1971
Contents?: true
Size: 310 Bytes
Versions: 15
Compression:
Stored size: 310 Bytes
Contents
<% if @response.total <= spell_check_max and @response.spelling.words.size > 0 %> <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
15 entries across 15 versions & 1 rubygems