Applied email template to all emails
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
<div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test Results</div>
|
||||
<br><br><br>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td style="padding:50px;">
|
||||
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
|
||||
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.</p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
47
app/views/reviewer_mailer/candidate_submission.html.inky
Normal file
47
app/views/reviewer_mailer/candidate_submission.html.inky
Normal file
@ -0,0 +1,47 @@
|
||||
<container class="email-container">
|
||||
<row>
|
||||
<columns class="email-heading">
|
||||
<span class="prft-slash">/</span> <span class="email-title">Skills Assessment Test</span>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns class="email-body">
|
||||
<p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p>
|
||||
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.</p>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="email-copyright">
|
||||
©2016 All Rights Reserved - Perficient Digital
|
||||
</td>
|
||||
<td class="email-logo">
|
||||
<%= image_tag("perficientdigital-logo.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width:6px;">
|
||||
<%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
<td style="background-color:#fef035; font-size:1px;">
|
||||
|
||||
</td>
|
||||
<td style="width:6px;">
|
||||
<%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</columns>
|
||||
</row>
|
||||
</container>
|
Reference in New Issue
Block a user