56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
|
|
<tr>
|
|
<td> </td>
|
|
<td class="container">
|
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<%= image_tag @logo, alt: 'Company Logo', class: 'logo-img' %>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td class="container">
|
|
<div class="content">
|
|
<table role="presentation" class="main">
|
|
<!-- START MAIN CONTENT AREA -->
|
|
<tr>
|
|
<td class="wrapper">
|
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<br />
|
|
<p>Deposit <b><%= @record.state %></b></p>
|
|
<p>
|
|
Your deposit #<%= @record.tid %> of <%= @record.amount %> <%= @record.currency %> has been <%= @record.state %>.
|
|
</p>
|
|
<br /><br /><br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<!-- END MAIN CONTENT AREA -->
|
|
</table>
|
|
</div>
|
|
<!-- START FOOTER -->
|
|
<div class="footer">
|
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="content-block">
|
|
<span>FIBITEX TECHNOLOGIES INC.</span>
|
|
<br><span>Vancouver, Canada</span>
|
|
<br><a href="http://fibitex.io">Fibtitex.io</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- END FOOTER -->
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|