diff --git a/app/views/candidate/thankyou.html.erb b/app/views/candidate/thankyou.html.erb index eea0ee7..c693f27 100644 --- a/app/views/candidate/thankyou.html.erb +++ b/app/views/candidate/thankyou.html.erb @@ -1,6 +1,6 @@

Your answers have been submitted. We will review and your recruiter - will contact you if we would like to set up an interview. + will be in touch.

diff --git a/app/views/candidate_mailer/welcome.html.erb b/app/views/candidate_mailer/welcome.html.erb index 1fbb890..63218f4 100644 --- a/app/views/candidate_mailer/welcome.html.erb +++ b/app/views/candidate_mailer/welcome.html.erb @@ -27,7 +27,7 @@

- Or, visit <%= 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: <%= @candidate.test_hash %>.

Once we have evaluated your answers, your recruiter will be in touch. Good luck!

diff --git a/app/views/recruiter_mailer/candidate_submitted.html.erb b/app/views/recruiter_mailer/candidate_submitted.html.erb index ac47946..2745ce3 100644 --- a/app/views/recruiter_mailer/candidate_submitted.html.erb +++ b/app/views/recruiter_mailer/candidate_submitted.html.erb @@ -10,8 +10,8 @@ -

<%= @candidate.name %> has completed the Skills Assessment Test.

-

Martin Ridgway will let you know if we would like to interview this candidate.

+

<%= @candidate.name %> has completed the Skills Assessment Test.

+

Martin Ridgway will let you know if we would like to interview this candidate.

diff --git a/app/views/reviewer_mailer/candidate_submission.html.erb b/app/views/reviewer_mailer/candidate_submission.html.erb index f91d483..f18337c 100644 --- a/app/views/reviewer_mailer/candidate_submission.html.erb +++ b/app/views/reviewer_mailer/candidate_submission.html.erb @@ -11,7 +11,7 @@

Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test.

-

You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>

+

You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %>.

diff --git a/app/views/reviewer_mailer/candidate_submission.text.erb b/app/views/reviewer_mailer/candidate_submission.text.erb index 41a8ed4..7ca4a38 100644 --- a/app/views/reviewer_mailer/candidate_submission.text.erb +++ b/app/views/reviewer_mailer/candidate_submission.text.erb @@ -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) %>.