1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/tpl/messagelistitem.html
2013-05-04 13:02:17 +02:00

6 lines
265 B
HTML

<a href="#accounts/<%- account %>/folders/<%- folder %>/read/<%- id %>">
<h3><%- from[0].name || from[0].address %></h3>
<p><strong><%- subject %></strong></p>
<!-- <p><%- body %></p> -->
<p class="ui-li-aside"><strong><%- displayDate %></strong></p>
</a>