Sha256: 4f0553d983b8aaf83ed3e443299fc352c78b57cb09848ac779195243e49c8549
Contents?: true
Size: 308 Bytes
Versions: 13
Compression:
Stored size: 308 Bytes
Contents
<% if @response.total <= 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
13 entries across 13 versions & 1 rubygems