QA Fixes. Litmus Testing

This commit is contained in:
Manny.Muriel 2016-08-19 15:50:17 -07:00 committed by Mark Moser
parent 4a3b29eb2a
commit c6f5577670
4 changed files with 14 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -27,7 +27,7 @@ a {
font-weight:300; font-weight:300;
word-break: break-word; word-break: break-word;
strong { strong {
font-weight:500; font-weight:bold;
} }
} }
.email-copyright { .email-copyright {
@ -40,4 +40,8 @@ a {
text-align: right; text-align: right;
vertical-align: bottom; vertical-align: bottom;
} }
.email-bg {
background:#fef035 !important;
background-color:#fef035 !important;
}
} }

View File

@ -1,10 +1,15 @@
<row> <row>
<columns class="email-body"> <columns class="email-body">
<p>Hello there! You have been invited to take our Skills Assessment Test.</p> <p>Hello there! You have been invited to take our Skills Assessment Test.</p>
<p style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3"> <table>
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test. <tr>
</p> <td style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3">
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test.
</td>
</tr>
</table>
<p> <p>
&nbsp;<br />
Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test. Or, visit <%= link_to nil, root_url %> and enter your Test ID to begin your test.
Your Test ID is: <strong><%= @candidate.test_hash %></strong>. Your Test ID is: <strong><%= @candidate.test_hash %></strong>.
Once we have evaluated your answers, your recruiter will be in touch. Good luck! Once we have evaluated your answers, your recruiter will be in touch. Good luck!

View File

@ -39,7 +39,7 @@
<td style="width:6px;"> <td style="width:6px;">
<%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
</td> </td>
<td style="background-color:#fef035; font-size:1px;"> <td class="email-bg" style="font-size:1px;">
&nbsp; &nbsp;
</td> </td>
<td style="width:6px;"> <td style="width:6px;">