Sha256: 9a1df09019595e1f6b0fdd1230c52f49c4d41f2775a9403d7825adedcd865430
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 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 %></em></h4> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre3 | app/views/catalog/_did_you_mean.html.erb |
blacklight-5.0.0.pre2 | app/views/catalog/_did_you_mean.html.erb |