Sha256: 331e8284cd863316d5e78570cb748c46ab6a6897ac52d5417fbf489bbefd4e38

Contents?: true

Size: 545 Bytes

Versions: 7

Compression:

Stored size: 545 Bytes

Contents

%h1.page-title(style="text-align: center; margin-bottom:20px;") Bounced Addresses
= haml :_search_form
= haml :_chart
%table.table.table-striped(style="table-layout:fixed")
  %colgoup
    %col(width="25%")
    %col(width="15%")
    %col(width="50%")
    %col(width="10%")
  %thead
    %tr
      %th Email
      %th Type
      %th Description
      %th Created At
  %tbody
  - for bounce in @bounces
    %tr
      %td= bounce.email
      %td= bounce.type
      %td= bounce.desc
      %td= bounce.created_at.strftime '%d/%m/%Y'
= paginate @bounces

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ses-proxy-0.3.2 app/views/bounces.haml
ses-proxy-0.3.1 app/views/bounces.haml
ses-proxy-0.3.0 app/views/bounces.haml
ses-proxy-0.2.1 app/views/bounces.haml
ses-proxy-0.2.0 app/views/bounces.haml
ses-proxy-0.1.1 app/views/bounces.haml
ses-proxy-0.1.0 app/views/bounces.haml