discourse/lib/assets/quote_email.js.shbrs

9 lines
318 B
Plaintext
Raw Normal View History

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