diff --git a/app/views/candidate_mailer/reminder.html.inky b/app/views/candidate_mailer/reminder.html.inky
index 499b6d8..9919514 100644
--- a/app/views/candidate_mailer/reminder.html.inky
+++ b/app/views/candidate_mailer/reminder.html.inky
@@ -1,58 +1,16 @@
-
- Dear <%= @candidate.name %>,
- Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
- yet. If you are having trouble, please reach out to your recruiter:
- <%= mail_to @candidate.recruiter.email %>
-
- You can return to the test here:
- <%= link_to nil, root_url %>.
- Dear <%= @candidate.name %>,
+ Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it
+ yet. If you are having trouble, please reach out to your recruiter:
+ <%= mail_to @candidate.recruiter.email %>
+
+ You can return to the test here:
+ <%= link_to nil, root_url %>.
+
- Your Test ID is: <%= @candidate.test_hash %>
-
-
-
-
-
- ©2016 All Rights Reserved - Perficient Digital
-
-
- <%= image_tag("perficientdigital-logo.jpg", alt:"Perficient Digital") %>
-
-
-
-
-
-
- <%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
-
-
-
-
-
- <%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %>
-
-
+ Your Test ID is: <%= @candidate.test_hash %>
+
|