mail/src/tpl/messagelistitem.html

6 lines
266 B
HTML
Raw Normal View History

<a href="#accounts/<%- account %>/folders/<%- folder %>/read/<%- uid %>">
2013-05-04 07:02:17 -04:00
<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>
2013-03-13 11:58:46 -04:00
</a>