Language/styling updates

This commit is contained in:
Jennifer Siegfried
2016-08-04 16:24:53 -06:00
parent 11fffc0cdf
commit 1566edec4c
13 changed files with 100 additions and 51 deletions

View File

@ -1,17 +1,17 @@
<table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;">
<tr>
<td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;">
SKILLS ASSESSMENT RESULTS
<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;">
<h1><%= @candidate.test_hash %></h1>
<p>has completed the Skills Assesment Test.</p>
<p>You can review the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %></p>
<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>

View File

@ -1,5 +1,5 @@
SKILLS ASSESSMENT RESULTS
PERFICIENT/digital SKILLS ASSESSMENT RESULTS
<%= @candidate.test_hash %>
has completed the Skills Assesment Test.
You can review the results here: <%= review_test_url(@candidate.test_hash) %>
Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test.
You can view the results here: <%= review_test_url(@candidate.test_hash) %>