Sha256: 8d6ba0c8c0a3cb61d48d5d01796abc12459d5fc2dbb3600bd5e2e2acc2ac5452

Contents?: true

Size: 276 Bytes

Versions: 90

Compression:

Stored size: 276 Bytes

Contents

.email-contexts-summary.maxwidth.center-headers
  .header
    %h2.title Email Contexts - Summary

  %table.bordered
    %thead
      %tr
        %th Date
        %th Count
    %tbody
      - @results.each do |r|
        %tr
          %td= r['_id']
          %td= r['total']

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
wco_email-0.1.1.10 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.9 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.8 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.7 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.6 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.5 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.4 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.3 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.2 app/views/wco_email/contexts/summary.haml
wco_email-0.1.1.1 app/views/wco_email/contexts/summary.haml