diff --git a/app/views/candidate_mailer/submitted.html.inky b/app/views/candidate_mailer/submitted.html.inky index ce31cf0..10d6e6d 100644 --- a/app/views/candidate_mailer/submitted.html.inky +++ b/app/views/candidate_mailer/submitted.html.inky @@ -1,47 +1,6 @@ - - - - - - - - - - - - - - - - -
-
-
- - - - - - - - - -
- <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> - -   - - <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %> -
-
-
-
\ No newline at end of file + + +

Dear <%= @candidate.name %>,

+

Thank you for taking the Skills Assessment Test. Your recruiter will be in touch.

+
+
\ No newline at end of file diff --git a/app/views/candidate_mailer/welcome.html.inky b/app/views/candidate_mailer/welcome.html.inky index 898b63b..e3fe143 100644 --- a/app/views/candidate_mailer/welcome.html.inky +++ b/app/views/candidate_mailer/welcome.html.inky @@ -1,54 +1,13 @@ - - - - - - - - - - - - - - - - -
-
-
- - - - - - - - - -
- <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> - -   - - <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %> -
-
-
-
\ No newline at end of file + + +

Hello there! You have been invited to take our Skills Assessment Test.

+

+ Please visit <%= link_to nil, login_url(@candidate.test_hash) %> 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! +

+
+
\ No newline at end of file diff --git a/app/views/recruiter_mailer/candidate_created.html.inky b/app/views/recruiter_mailer/candidate_created.html.inky index 84c94c3..0a9cc9e 100644 --- a/app/views/recruiter_mailer/candidate_created.html.inky +++ b/app/views/recruiter_mailer/candidate_created.html.inky @@ -1,55 +1,14 @@ - - - - + + \ No newline at end of file +

You will be notified when the candidate has finished taking the test.

+ + \ No newline at end of file diff --git a/app/views/recruiter_mailer/candidate_submitted.html.inky b/app/views/recruiter_mailer/candidate_submitted.html.inky index 5bda573..c4c8b4b 100644 --- a/app/views/recruiter_mailer/candidate_submitted.html.inky +++ b/app/views/recruiter_mailer/candidate_submitted.html.inky @@ -1,47 +1,6 @@ - - - - - - - - - - - - - - - - -
-
-
- - - - - - - - - -
- <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> - -   - - <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %> -
-
-
-
\ No newline at end of file + + +

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

+

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

+
+
\ No newline at end of file diff --git a/app/views/reviewer_mailer/candidate_submission.html.inky b/app/views/reviewer_mailer/candidate_submission.html.inky index d556685..4f61e26 100644 --- a/app/views/reviewer_mailer/candidate_submission.html.inky +++ b/app/views/reviewer_mailer/candidate_submission.html.inky @@ -1,47 +1,6 @@ - - - - - - - - - - - - - - - - -
-
-
- - - - - - - - - -
- <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %> - -   - - <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %> -
-
-
-
\ No newline at end of file + + +

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

+
+
\ No newline at end of file