Initial commit

This commit is contained in:
Yaser
2026-08-13 19:56:46 +03:30
commit de1d57a67b
474 changed files with 43185 additions and 0 deletions

View File

@@ -0,0 +1,97 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
<tr>
<td>&nbsp;</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>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</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 style="margin-top: 18px"><b>Hello!</b></p>
<p>
Use this code to confirm your email <%= @user.email %>
</p>
<br /><br /><br />
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
<tr>
<td align="left">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<span><%= @record.code %></span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br />
<% if @record.token.present? %>
<p>
Or use this one-time link to confirm your email:
</p>
<br />
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
<tr>
<td align="left">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<a href="<%= @record.domain %>/accounts/confirmation?confirmation_token=<%= @record.token %>&lang=en">Confirm email</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<% end %>
<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>&nbsp;</td>
</tr>
</table>