mailcatcher/views/index.haml

45 lines
1.1 KiB
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"}
2011-05-27 09:46:12 -04:00
%script{:src => "/javascripts/date.js"}
%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