summaryrefslogtreecommitdiff
path: root/templates/webmail/readmail.html.ep
blob: 5bdc27e9dbb04937ee5209e2caebf2d056c19939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% layout 'mainlayout';


<div class="jwm-base">

  <h1>Read Mail</h1>

%= $c->render_mail->format_mail($msg)

  <nav>
    <a href="javascript:history.back()" class="pure-button">
%=    l 'back'
    </a>
  </nav>

</div>