Sha256: 3ccc4c0683e3d7c1240a43c798f2f688d2ff298be7878e4c0ed1b6775794e8bb

Contents?: true

Size: 558 Bytes

Versions: 5

Compression:

Stored size: 558 Bytes

Contents

<ul class="inline-list">
<% for searcher in QuickSearch::Engine::APP_CONFIG['found_types'] %>
        <% if @found_types.include? searcher  %>
            <li>
                <a href="#<%= searcher.dasherize %>" data-quicksearch-ga-action="<%= searcher.dasherize %>">
                <%= t("#{searcher}_search.display_name") %>
                </a>
            </li>
        <% else %>
            <li class="<%= searcher.dasherize %>"><span class="no-results-label"><%= t("#{searcher}_search.display_name") %></span></li>
        <% end %>
<% end %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

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