Initial commit
This commit is contained in:
55
app/views/postmaster/new_beneficiary.en.html.erb
Normal file
55
app/views/postmaster/new_beneficiary.en.html.erb
Normal file
@@ -0,0 +1,55 @@
|
||||
<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>New <%= @record.currency %> beneficiary <b><%= @record.name %></b> created!</p>
|
||||
<p>
|
||||
Your <b>pin-code</b> for this beneficiary is <%= @record.pin %>.
|
||||
</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>
|
||||
Reference in New Issue
Block a user