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 @@ - - - - - - - - - - - - - - - - - -
-
-
- - - - - - - - - -
- <%= 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. 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 %> +

+
+
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index dfe995b..d35af10 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -3,16 +3,53 @@ - <%= stylesheet_link_tag "mailers/foundation_vendor_manifest" %> - +
- <%= yield %> +