Email edits
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
<container class="email-container"><row>
|
||||
<columns>
|
||||
<div class="pd-logo">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<p>Dear <strong><%= @candidate.name %></strong>,</p>
|
||||
<container class="email-container">
|
||||
<row>
|
||||
<columns class="email-title">
|
||||
<span class="prft-slash">/</span> Skills Assessment Test
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<p>Dear <strong><%= @candidate.name %></strong>,</p>
|
||||
<p>
|
||||
Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
|
||||
yet. If you are having trouble, please reach out to your recruiter:
|
||||
@ -18,6 +20,12 @@
|
||||
<br />
|
||||
Your Test ID is: <strong><%= @candidate.test_hash %></strong>
|
||||
</p>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<div style="background-color: #FFF200; height: 20px; width: 100%;"> </div>
|
||||
</columns>
|
||||
</row></container>
|
||||
</row>
|
||||
</container>
|
Reference in New Issue
Block a user