mailcatcher/views/index.haml

42 lines
924 B
Plaintext
Raw Normal View History

2010-10-24 20:51:17 -04:00
!!!
%html
%head
%title MailCatcher
%link{:rel => "stylesheet", :href => "/stylesheets/application.css"}
%script{:src => "/javascripts/jquery.js"}
%script{:src => "/javascripts/application.js"}
2010-10-24 20:51:17 -04:00
:javascript
$(MailCatcher.init);
2010-10-24 20:51:17 -04:00
%body
#mail
%table
%thead
%th From
%th To
%th Subject
%th Received
%tbody
#message
.metadata
.received
%label Received
%span
.from
%label From
%span
.to
%label To
%span
.subject
%label Subject
%span
.attachments
%label Attachments
%ul
.formats
%ul
%li.selected{'data-message-format' => 'html'} HTML
%li{'data-message-format' => 'plain'} Plain Text
%li{'data-message-format' => 'source'} Source
2010-10-24 20:51:17 -04:00
%iframe