2010-10-24 20:51:17 -04:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%title MailCatcher
|
2010-10-27 15:12:26 -04:00
|
|
|
%link{:rel => "stylesheet", :href => "/stylesheets/application.css"}
|
|
|
|
%script{:src => "/javascripts/jquery.js"}
|
2011-05-27 09:46:12 -04:00
|
|
|
%script{:src => "/javascripts/date.js"}
|
2010-10-27 15:12:26 -04:00
|
|
|
%script{:src => "/javascripts/application.js"}
|
2010-10-24 20:51:17 -04:00
|
|
|
%body
|
|
|
|
#mail
|
|
|
|
%table
|
|
|
|
%thead
|
2011-05-29 02:49:29 -04:00
|
|
|
%tr
|
|
|
|
%th From
|
|
|
|
%th To
|
|
|
|
%th Subject
|
|
|
|
%th Received
|
2010-10-24 20:51:17 -04:00
|
|
|
%tbody
|
|
|
|
#message
|
|
|
|
.metadata
|
|
|
|
.received
|
|
|
|
%label Received
|
|
|
|
%span
|
|
|
|
.from
|
|
|
|
%label From
|
|
|
|
%span
|
|
|
|
.to
|
|
|
|
%label To
|
|
|
|
%span
|
|
|
|
.subject
|
|
|
|
%label Subject
|
|
|
|
%span
|
|
|
|
.attachments
|
|
|
|
%label Attachments
|
|
|
|
%ul
|
2011-05-27 09:46:12 -04:00
|
|
|
.actions
|
2010-10-24 20:51:17 -04:00
|
|
|
%ul
|
2011-05-27 09:46:12 -04:00
|
|
|
%li.format.tab.html.selected{'data-message-format' => 'html'} HTML
|
|
|
|
%li.format.tab.plain{'data-message-format' => 'plain'} Plain Text
|
|
|
|
%li.format.tab.source{'data-message-format' => 'source'} Source
|
|
|
|
%li.button.download
|
|
|
|
%a{:href => '#'}
|
|
|
|
%span Download
|
|
|
|
%iframe.body
|