Sha256: e3d6b9afa78359db085f9d2f06acdae65e90f03b988bcd965d29781b6cfd0bec

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

<% title("#{@page_title} | ") %>
<%= render partial: 'datatables' %>
<div class="row">
    <%= render partial: "menu" %>
    <div class="large-9 columns">
        <%= render partial: "date_range" %>
    </div>
    <div class="large-9 columns">
        <p>Displays top 100 in each category</p>
        <% @top_spot_reporting.each do |report| %>
            <%= render partial: 'top_spot_report_table', locals: { report: report } %>
        <% end %>
    </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
quick_search-core-0.1.1 app/views/quick_search/appstats/top_spot.html.erb
quick_search-core-0.1.0 app/views/quick_search/appstats/top_spot.html.erb
quick_search-core-0.0.1 app/views/quick_search/appstats/top_spot.html.erb
quick_search-core-0.0.1.test app/views/quick_search/appstats/top_spot.html.erb