split login/welcome and added direct link welcome
This commit is contained in:
@ -17,9 +17,10 @@
|
||||
|
||||
<td style="padding:15px 20px; background-color:#cdcdcd; text-align:center;">
|
||||
<h4>
|
||||
Please visit <%= link_to nil, root_url %>
|
||||
and enter the above Candidate ID to being your test.
|
||||
Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to get started.
|
||||
</h4>
|
||||
<p>If you would rather, visit <%= link_to nil, root_url %>
|
||||
and enter the above Candidate ID to being your test.</p>
|
||||
<h5>We will reach back to you once we have evaluated your answers. Good luck!</h5>
|
||||
</td>
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
PERFICIENT DIGITAL - Skills Assessment Test
|
||||
|
||||
Your Candidate ID is <%= @candidate.test_hash %>
|
||||
Please visit <%= login_url(@candidate.test_hash) %> to get started.
|
||||
|
||||
Please visit <%= root_url %>
|
||||
and enter the above Candidate ID to being your test.
|
||||
Or, visit <%= root_url %> and enter your Candidate ID to being your test.
|
||||
Your Candidate ID is: <%= @candidate.test_hash %>
|
||||
|
||||
We will reach back to you once we have evaluated your answers.
|
||||
|
||||
Good luck!
|
||||
|
Reference in New Issue
Block a user