From a67c859b6f187ceee3aa3cbabd71c2eb7cb08d16 Mon Sep 17 00:00:00 2001 From: "Manny.Muriel" Date: Thu, 18 Aug 2016 15:10:41 -0700 Subject: [PATCH] Email layout templatized. --- .../candidate_mailer/submitted.html.inky | 53 ++------------- app/views/candidate_mailer/welcome.html.inky | 67 ++++--------------- .../candidate_created.html.inky | 65 ++++-------------- .../candidate_submitted.html.inky | 53 ++------------- .../candidate_submission.html.inky | 53 ++------------- 5 files changed, 43 insertions(+), 248 deletions(-) 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 + + + \ 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 + + + \ 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 + + + \ 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 + + + \ No newline at end of file