Sha256: 7591b82390128763fcb9d634374ca72b0cb9a119420cb976fcbd6df5c6c7ff7a

Contents?: true

Size: 207 Bytes

Versions: 5

Compression:

Stored size: 207 Bytes

Contents

<% unless related_topics.blank? %>
    <h4>Related searches</h4>
    <ul>
    <% related_topics.each do |topic| %>
        <li><%= link_to topic, root_path(q: topic) %></li>
    <% end %>
    </ul>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quick_search-core-0.2.0 app/views/layouts/quick_search/_related_topics.html.erb
quick_search-core-0.1.1 app/views/layouts/quick_search/_related_topics.html.erb
quick_search-core-0.1.0 app/views/layouts/quick_search/_related_topics.html.erb
quick_search-core-0.0.1 app/views/layouts/quick_search/_related_topics.html.erb
quick_search-core-0.0.1.test app/views/layouts/quick_search/_related_topics.html.erb