Adjusts language, adds link to root url

This commit is contained in:
Jennifer Siegfried
2016-08-05 10:59:03 -06:00
parent 61104f26b7
commit f9d1bee917
5 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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) %>.