Staging to Production #51
@@ -47,7 +47,7 @@ namespace Email.Data.Migrations
|
|||||||
// Match result email — body (HTML formatted)
|
// Match result email — body (HTML formatted)
|
||||||
Row("email.match.body", "en",
|
Row("email.match.body", "en",
|
||||||
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">CV Match Report</h2>
|
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">CV Match Report</h2>
|
||||||
<table style=""width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #ddd;"">
|
<table style=""max-width: 500px; margin: 0 auto 30px; border-collapse: collapse; border: 1px solid #ddd;"">
|
||||||
<tr style=""background-color: #2c5282; color: white;"">
|
<tr style=""background-color: #2c5282; color: white;"">
|
||||||
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">CV ID</td>
|
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">CV ID</td>
|
||||||
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
||||||
@@ -76,7 +76,7 @@ namespace Email.Data.Migrations
|
|||||||
"Body for the CV match result email (HTML formatted)");
|
"Body for the CV match result email (HTML formatted)");
|
||||||
Row("email.match.body", "ro",
|
Row("email.match.body", "ro",
|
||||||
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">Report Potrivire CV</h2>
|
@"<h2 style=""color: #2c5282; margin-bottom: 20px; border-bottom: 3px solid #2c5282; padding-bottom: 10px;"">Report Potrivire CV</h2>
|
||||||
<table style=""width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #ddd;"">
|
<table style=""max-width: 500px; margin: 0 auto 30px; border-collapse: collapse; border: 1px solid #ddd;"">
|
||||||
<tr style=""background-color: #2c5282; color: white;"">
|
<tr style=""background-color: #2c5282; color: white;"">
|
||||||
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">ID Document CV</td>
|
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">ID Document CV</td>
|
||||||
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user