Sha256: 1fc4c12370cd5dc5826396ad118fd0cbf24d3ad9f39405646b315afe23b56e0e
Contents?: true
Size: 288 Bytes
Versions: 18
Compression:
Stored size: 288 Bytes
Contents
<% if should_show_spellcheck_suggestions? @response %> <div id="spell"> <h3 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></h3> </div> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems