2013-06-03 16:12:24 -04:00
|
|
|
<table style="width: 100%">
|
|
|
|
<tr>
|
|
|
|
<td style="background-color: #eee; padding: 30px;">
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<table style="width: 90%; max-width: 500px;">
|
|
|
|
<tr>
|
|
|
|
<td>
|
2013-06-05 18:01:40 -04:00
|
|
|
<a href="<%= Discourse.base_url %>">
|
2013-06-05 18:23:43 -04:00
|
|
|
<img src="<%= logo_url %>" style="height: 50px; margin-bottom: 15px;"></a>
|
2013-06-03 16:12:24 -04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="background-color: #fff; padding: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;">
|
|
|
|
<%= raw(html_body) %>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|