mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
8 lines
324 B
Text
8 lines
324 B
Text
<table cellspacing="0" cellpadding="0" style="border: 1px solid #eee; -webkit-border-radius: 10px;">
|
|
<tr>
|
|
<th style="text-align:left; background-color: #eee; padding: 5px">{{{avatarImg}}} {{username}} said:</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 10px; background-color: #f9f9f9">{{{quote}}}</td>
|
|
</tr>
|
|
</table>
|