Sha256: 8ef2dfca8fe1a7d3dbfeb2f700fdcc5009159da97c362be0699196f923172580

Contents?: true

Size: 675 Bytes

Versions: 9

Compression:

Stored size: 675 Bytes

Contents

%a{:name => "daily_stats"}
%h2 Experiment Statistics
- @dailies.group_by(&:group_name).each do |group_name, group|
  .group
    %fieldset
      %legend= group_name
      .chart= image_tag daily_stats(group_name, group)
      .toggle_table (table)                
      %table
        %tr
          %th Date
          %th Alternative
          %th Views
          %th Conversions
          %th Value
        - group.sort_by(&:activity_date).reverse.each do |row|
          %tr
            %td.date= row.activity_date
            %td.name= row.alternative
            %td.views= row.views
            %td.conversions= row.conversions
            %td.value= row.conversion_value

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
conductor-0.9.4 app/views/conductor/dashboard/_daily_stats.html.haml
conductor-0.9.3 app/views/conductor/dashboard/_daily_stats.html.haml
conductor-0.8.3 lib/conductor/rails/views/dashboard/_daily_stats.html.haml
conductor-0.8.1 lib/conductor/views/dashboard/_daily_stats.html.haml
conductor-0.7.2 lib/conductor/views/dashboard/_daily_stats.html.haml
conductor-0.7.1 lib/conductor/views/dashboard/_daily_stats.html.haml
conductor-0.7.0 lib/conductor/views/dashboard/_daily_stats.html.haml
conductor-0.6.5 lib/conductor/views/dashboard/_daily_stats.html.haml
conductor-0.6.4 lib/conductor/views/dashboard/_daily_stats.html.haml