Mail Logs

<%= show_no_record(@mail_logs) do %> <% @mail_logs.each do |log| %> <% end %>
Subject Sender Recipient mime_type Sent at
<%= log.subject %> <%= log.sender %> <%= log.recipient %> <%= log.mime_type %> <%= log.created_at %> <%= link_to image_tag('mail_engine/icons/show.png'), mail_log_path(log) %> <%= link_to image_tag('mail_engine/icons/delete.png'), mail_log_path(log), :confirm => 'Are you sure?', :method => :delete %>
<%= paginate @mail_logs %> <% end %>