Language/styling updates
This commit is contained in:
		| @@ -34,7 +34,8 @@ class RecruiterController < ApplicationController | |||||||
|       session[:user] = recruiter.to_i |       session[:user] = recruiter.to_i | ||||||
|       redirect_to recruiter_path |       redirect_to recruiter_path | ||||||
|     else |     else | ||||||
|       redirect_to recruiter_login_path, flash: { error: "Sorry, incorrect email or password. Please try again." } |       redirect_to recruiter_login_path, | ||||||
|  |                   flash: { error: "Sorry, incorrect email or password. Please try again." } | ||||||
|     end |     end | ||||||
|   end |   end | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,8 +1,9 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |     <td> | ||||||
|       PERFICIENT DIGITAL - Skills Assessment Test |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div> | ||||||
|  |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
| @@ -12,16 +13,24 @@ | |||||||
|       <p>Dear <strong><%= @candidate.name %></strong>,</p> |       <p>Dear <strong><%= @candidate.name %></strong>,</p> | ||||||
|       <p> |       <p> | ||||||
|         Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it |         Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it | ||||||
|         yet. If you are having troubles, please reach out to your recruiter: |         yet. If you are having trouble, please reach out to your recruiter: | ||||||
|         <%= mail_to @candidate.recruiter.email %> |         <%= mail_to @candidate.recruiter.email %> | ||||||
|       </p> |       </p> | ||||||
|       <p> |       <p> | ||||||
|         You can return to the test here: |         You can return to the test here: | ||||||
|         <%= link_to nil, root_url %> |         <%= link_to nil, root_url %>. | ||||||
|         <br> |         <br> | ||||||
|         Your test id is: <%= @candidate.test_hash %> |         Your Test ID is: <strong><%= @candidate.test_hash %></strong> | ||||||
|       </p> |       </p> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |  | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <br><br><br> | ||||||
|  |       <br><br><br> | ||||||
|  |       <div style="background-color: #FFF200; height: 20px; width: 100%;"> </div> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
| </table> | </table> | ||||||
|   | |||||||
| @@ -1,10 +1,11 @@ | |||||||
| PERFICIENT DIGITAL - Skills Assessment Test | PERFICIENT/digital - Skills Assessment Test | ||||||
|  |  | ||||||
| Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it | Thank you for taking the Skills Assessment Test. However, it looks like you have not submitted it | ||||||
| yet. If you are having troubles, please reach out to your recruiter: | yet. If you are having trouble, please reach out to your recruiter: | ||||||
| <%= @candidate.recruiter.email %> | <%= @candidate.recruiter.email %> | ||||||
|  |  | ||||||
| You can return to the test here: | You can return to the test here: | ||||||
| <%= root_url %> | <%= root_url %>. | ||||||
|  |  | ||||||
| Your test id is: <%= @candidate.test_hash %> | Your Test ID is: | ||||||
|  | <%= @candidate.test_hash %> | ||||||
|   | |||||||
| @@ -1,8 +1,9 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |     <td> | ||||||
|       PERFICIENT DIGITAL - Skills Assessment Test |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div> | ||||||
|  |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
| @@ -14,4 +15,12 @@ | |||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |  | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <br><br><br> | ||||||
|  |       <br><br><br> | ||||||
|  |       <div style="background-color: #FFF200; height: 20px; width: 100%;"> </div> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
| </table> | </table> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| PERFICIENT DIGITAL - Skills Assessment Test | PERFICIENT/digital - Skills Assessment Test | ||||||
|  |  | ||||||
| Dear <%= @candidate.name %>, | Dear <%= @candidate.name %>, | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,35 +1,45 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width: 100%; font-family: sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width: 100%; font-family: sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |     <td> | ||||||
|       PERFICIENT DIGITAL - Skills Assessment Test |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span></div> | ||||||
|  |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <p>Hello there! You have been invited to take our Skills Assessment Test.</p> | ||||||
|  |       <br><br> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="text-align:center; padding:50px;"> |     <td> | ||||||
|       <h1> |       <p style="font-size: 20px; text-align: center; padding: 50px; background-color: #f3f3f3"> | ||||||
|         Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test. |         Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to begin your test. | ||||||
|       </h1> |       </p> | ||||||
|       <!-- <h1>Your Test ID is <i><%= @candidate.test_hash %></i></h1> --> |  | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="padding:15px 20px; background-color:#cdcdcd; text-align:center;"> |     <td> | ||||||
|       <!-- <h4> |       <br><br> | ||||||
|         Please visit <%= link_to nil, login_url(@candidate.test_hash) %> to get started. |  | ||||||
|       </h4> --> |  | ||||||
|       <p> |       <p> | ||||||
|         Or, visit <%= root_url %> and enter your Test ID to begin your test. |         Or, visit <%= root_url %> and enter your Test ID to begin your test. | ||||||
|         Your Test ID is: <strong><%= @candidate.test_hash %></strong>. |         Your Test ID is: <strong><%= @candidate.test_hash %></strong>.<br><br> | ||||||
|  |         Once we have evaluated your answers, your recruiter will be in touch. Good luck! | ||||||
|       </p> |       </p> | ||||||
|       <!-- <p>If you would rather, visit <%= link_to nil, root_url %> |  | ||||||
|         and enter the above Candidate ID to begin your test.</p> --> |  | ||||||
|       <h5>Once we have evaluated your answers, your recruiter will be in touch. Good luck!</h5> |  | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |  | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <br><br><br> | ||||||
|  |       <br><br><br> | ||||||
|  |       <div style="background-color: #FFF200; height: 20px; width: 100%;"> </div> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
| </table> | </table> | ||||||
|   | |||||||
| @@ -1,4 +1,6 @@ | |||||||
| PERFICIENT DIGITAL - Skills Assessment Test | PERFICIENT/digital | ||||||
|  |  | ||||||
|  | Hello there! You have been invited to take our Skills Assessment Test. | ||||||
|  |  | ||||||
| Please visit <%= login_url(@candidate.test_hash) %> to begin your test. | Please visit <%= login_url(@candidate.test_hash) %> to begin your test. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |     <td> | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div> | ||||||
|       PERFICIENT DIGITAL - Skills Assessment Test |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
| @@ -11,14 +11,22 @@ | |||||||
|     <td style="padding:50px;"> |     <td style="padding:50px;"> | ||||||
|       <p>The following candidate has been invited to take the Skills Assessment Test:</p> |       <p>The following candidate has been invited to take the Skills Assessment Test:</p> | ||||||
|       <p> |       <p> | ||||||
|         <strong>Candidate Name:</strong> <%= @candidate.name %><br /> |         <strong>Candidate name:</strong> <%= @candidate.name %><br /> | ||||||
|         <strong>Candidate Email:</strong> <%= @candidate.email %><br /> |         <strong>Candidate email:</strong> <%= @candidate.email %><br /> | ||||||
|         <strong>Candidate ID:</strong> <%= @candidate.test_hash %><br /> |         <strong>Candidate ID:</strong> <%= @candidate.test_hash %><br /> | ||||||
|         <strong>Years of Experience:</strong> <%= @candidate.experience %> Years<br /> |         <strong>Years of experience:</strong> <%= @candidate.experience %> Years<br /> | ||||||
|       </p> |       </p> | ||||||
|  |  | ||||||
|       <p>You will be notified when the candidate has finished taking the test.</p> |       <p>You will be notified when the candidate has finished taking the test.</p> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |  | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <br><br><br> | ||||||
|  |       <br><br><br> | ||||||
|  |       <div style="background-color: #FFF200; height: 20px; width: 100%;"> </div> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
| </table> | </table> | ||||||
|   | |||||||
| @@ -1,10 +1,10 @@ | |||||||
| PERFICIENT DIGITAL - Skills Assessment Test | PERFICIENT/digital - Skills Assessment Test | ||||||
|  |  | ||||||
| The following candidate has been invited to take the Skills Assessment Test: | The following candidate has been invited to take the Skills Assessment Test: | ||||||
|  |  | ||||||
| Candidate Name: <%= @candidate.name %> | Candidate name: <%= @candidate.name %> | ||||||
| Candidate Email: <%= @candidate.email %> | Candidate email: <%= @candidate.email %> | ||||||
| Candidate ID: <%= @candidate.test_hash %> | Candidate ID: <%= @candidate.test_hash %> | ||||||
| Years of Experience: <%= @candidate.experience %> Years | Years of experience: <%= @candidate.experience %> Years | ||||||
|  |  | ||||||
| You will be notified when the candidate has finished taking the test. | You will be notified when the candidate has finished taking the test. | ||||||
|   | |||||||
| @@ -1,8 +1,9 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |     <td> | ||||||
|       PERFICIENT DIGITAL - Skills Assessment Test |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test</div> | ||||||
|  |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
| @@ -14,4 +15,12 @@ | |||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|  |  | ||||||
|  |   <tr> | ||||||
|  |     <td> | ||||||
|  |       <br><br><br> | ||||||
|  |       <br><br><br> | ||||||
|  |       <div style="background-color: #FFF200; height: 20px; width: 100%;"> </div> | ||||||
|  |     </td> | ||||||
|  |   </tr> | ||||||
| </table> | </table> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| PERFICIENT DIGITAL - Skills Assessment Test | PERFICIENT/digital - Skills Assessment Test | ||||||
|  |  | ||||||
| <%= @candidate.name %> has completed the Skills Assessment Test. | <%= @candidate.name %> has completed the Skills Assessment Test. | ||||||
| Martin Ridgway will let you know if we would like to interview this candidate. | Martin Ridgway will let you know if we would like to interview this candidate. | ||||||
|   | |||||||
| @@ -1,17 +1,17 @@ | |||||||
| <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | <table cellspacing="0" cellpadding="0" border="0" style="width:100%; font-family:sans-serif;"> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="background-color:#cc0c0d; color:#ffffff; padding:15px 20px;"> |     <td> | ||||||
|       SKILLS ASSESSMENT RESULTS |       <div style="font-size: 28px;">PERFICIENT<span style="color: #EF0734;">/digital</span> Skills Assessment Test Results</div> | ||||||
|  |       <br><br><br> | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|   <tr> |   <tr> | ||||||
|  |  | ||||||
|     <td style="padding:50px;"> |     <td style="padding:50px;"> | ||||||
|       <h1><%= @candidate.test_hash %></h1> |       <p>Candidate <strong><%= @candidate.test_hash %></strong> has completed the Skills Assessment Test.</p> | ||||||
|       <p>has completed the Skills Assesment Test.</p> |       <p>You can view the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %></p> | ||||||
|       <p>You can review the results here: <%= link_to nil, review_test_url(@candidate.test_hash) %></p> |  | ||||||
|     </td> |     </td> | ||||||
|  |  | ||||||
|   </tr> |   </tr> | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| SKILLS ASSESSMENT RESULTS | PERFICIENT/digital SKILLS ASSESSMENT RESULTS | ||||||
|  |  | ||||||
| <%= @candidate.test_hash %> | Candidate <%= @candidate.test_hash %> has completed the Skills Assessment Test. | ||||||
| has completed the Skills Assesment Test. |  | ||||||
| You can review the results here: <%= review_test_url(@candidate.test_hash) %> | You can view the results here: <%= review_test_url(@candidate.test_hash) %> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user