Sha256: 77a61d170ad13050762654cc3d29d731ccceff424465372ad369b045736c316d
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 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 => safe_join(@response.spelling.words.map { |word| link_to_query(word) }, " #{t('blacklight.or')} ".html_safe)).html_safe %></em></h4> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre1 | app/views/catalog/_did_you_mean.html.erb |