Sha256: b974ef3377f28b11f55f158a1d3c06452ffe79acc80e37bac2654357046bfeb2

Contents?: true

Size: 738 Bytes

Versions: 7

Compression:

Stored size: 738 Bytes

Contents

!!! XML
%details
  %events
    %owner_type= current_owner_type
    %name= current_event
    %year= current_year
    - if available_event_sources?
      %event_sources
        - @event_selected_year_occurrences.keys.reject { |k| k == "All" }.each do |source|
          %event_source
            %name= source
            %months
              - @event_selected_year_occurrences[source].keys.reject.each do |month|
                %month
                  %number= month
                  %count= @event_selected_year_occurrences[source][month]
  %totals
    %months
      - @event_selected_year_occurrences["All"].keys.each do |month|
        %month
          %number= month
          %count= @event_selected_year_occurrences["All"][month]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
best_boy-3.5.0 app/views/best_boy/events/details.xml.haml
best_boy-3.4.1 app/views/best_boy/events/details.xml.haml
best_boy-3.4.0 app/views/best_boy/events/details.xml.haml
best_boy-3.3.0 app/views/best_boy/events/details.xml.haml
best_boy-3.2.0 app/views/best_boy/events/details.xml.haml
best_boy-3.1.0 app/views/best_boy/events/details.xml.haml
best_boy-3.0.0 app/views/best_boy/events/details.xml.haml