%= render "navigation", referrer: "stats" %>
Event | overall | year | month | week | day |
---|---|---|---|---|---|
<%= link_to key, details_events_path(event: key, owner_type: current_owner_type) %> | <%= @occurrences[key][:overall] %> | <%= @occurrences[key][:yearly] %> | <%= @occurrences[key][:monthly] %> | <%= @occurrences[key][:weekly] %> | <%= @occurrences[key][:daily] %> |
Total | <%= @this_year_totals[:overall] %> | <%= @this_year_totals[:yearly] %> | <%= @this_year_totals[:monthly] %> | <%= @this_year_totals[:weekly] %> | <%= @this_year_totals[:daily] %> |
Event | <% month_name_array.each do |month| %><%= month %> | <% end %>
---|---|
<%= event %> | <% @selected_year_occurrences[event].keys.each do |month| %><%= @selected_year_occurrences[event][month] %> | <% end %>
Total | <% @selected_year_totals.keys.each do |month| %><%= @selected_year_totals[month] %> | <% end %>