Sha256: b48ebba5a49cc335a8d6ca4cd60f89bd0630b2c671ea021103bb09face46db5d

Contents?: true

Size: 776 Bytes

Versions: 24

Compression:

Stored size: 776 Bytes

Contents

%h1 Opens: #{@dispatch.subject}

= render :partial => "show_nav"
= render :partial => "header", :locals => {:dispatch => @dispatch}
.inner-form.with-wide-sidebar
  .column.wide-side
    %strong= @opens.total_entries
    opens so far
    %br/
    %strong= number_to_percentage((@opens.total_entries.to_f / @dispatch.messages.count) * 100.0, :precision => 2)
    were opened
  .column.main-small.last
    %ul.item-list-compact
      - @opens.each do |open|
        = big_list_item do
          .item-title
            %strong= link_to open.email, "mailto:#{open.email}"
            %small opened on #{open.created_at.strftime('%B %e, %Y at %I:%M%p')} from #{open.ip}
          .spacer

  .spacer
= render :partial => "forge/shared/section_footer", :locals => {:items => @opens}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/dispatches/opens.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/dispatches/opens.html.haml