Sha256: 0db807a03cae6e26604c8be2e313c77888db27398ea6f023a64263908d9a64f6
Contents?: true
Size: 600 Bytes
Versions: 2
Compression:
Stored size: 600 Bytes
Contents
%h1.page-title(style="text-align: center; margin-bottom:20px;") Sent Emails = 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ses-proxy-0.1.1 | app/views/mails.haml |
ses-proxy-0.1.0 | app/views/mails.haml |