Adjusts language, adds link to root url
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
<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>
|
||||
<p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.</p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
@ -2,4 +2,4 @@ PERFICIENT/digital SKILLS ASSESSMENT RESULTS
|
||||
|
||||
Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test.
|
||||
|
||||
You can view the results here: <%= review_test_url(@candidate.test_hash) %>
|
||||
You can view the results here: <%= review_test_url(@candidate.test_hash) %>.
|
||||
|
Reference in New Issue
Block a user