Source | overall | year | month | week | day | |||||
---|---|---|---|---|---|---|---|---|---|---|
<%= source %> | <% @sourced_occurrences[source].keys.reverse.each do |time_period| %><%= @sourced_occurrences[source][time_period] %> | <%= relative_occurrences(@sourced_occurrences[source], time_period) %> | <% end %>||||||||
All | <% @occurrences[params[:event]].keys.reverse.each do |time_period| %><%= @occurrences[params[:event]][time_period] %> | <%= relative_occurrences(@occurrences[params[:event]], time_period)%> | <% end %>
Event Source | <% month_name_array.each do |month| %><%= link_to month, monthly_details_events_path(owner_type: current_owner_type, event: current_event, month: month, year: current_year, time_interval: "month") %> | <% end %>
---|---|
<%= source %> | <% @event_selected_year_occurrences[source].keys.reject.each do |month| %><%= @event_selected_year_occurrences[source][month] %> | <% end %>
All | <% @event_selected_year_occurrences["All"].keys.each do |month| %><%= @event_selected_year_occurrences["All"][month] %> | <% end %>