discourse/lib/assets/quote_email.js.handlebars

9 lines
318 B
Handlebars
Raw Normal View History

2013-02-05 14:16:51 -05:00
<table cellspacing="0" cellpadding="0" style="border: 1px solid #eee; -webkit-border-radius: 10px;">
<tr>
2013-07-16 03:22:54 -04:00
<th style="text-align:left; background-color: #eee; padding: 5px">{{{avatarImg}}} {{username}}</th>
2013-02-05 14:16:51 -05:00
</tr>
<tr>
<td style="padding: 10px; background-color: #f9f9f9">{{{quote}}}</td>
</tr>
</table>