Sha256: 6852d0ffc600468ba0d84d7ef653f740b72b98b58914725b4320010c082cd10e

Contents?: true

Size: 604 Bytes

Versions: 5

Compression:

Stored size: 604 Bytes

Contents

%h1.page-title(style="text-align: center; margin-bottom:20px;")
  = @page_title
= haml :_search_form
= haml :_chart
%table.table.table-striped(style="table-layout:fixed")
  %colgoup
    %col(width="15%")
    %col(width="25%")
    %col(width="30%")
    %col(width="20%")
    %col(width="10%")
  %thead
    %tr
      %th System
      %th Sender
      %th Recipients
      %th Subject
      %th Created At
  %tbody
  - for mail in @mails
    %tr
      %td= mail.system
      %td= mail.sender
      %td= mail.recipients
      %td= mail.subject
      %td= mail.created_at.strftime '%d/%m/%Y'
= paginate @mails

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ses-proxy-0.3.2 app/views/mails.haml
ses-proxy-0.3.1 app/views/mails.haml
ses-proxy-0.3.0 app/views/mails.haml
ses-proxy-0.2.1 app/views/mails.haml
ses-proxy-0.2.0 app/views/mails.haml