Fix Outlook email layout and move all HTML/prompts out of code #38

Merged
claude merged 8 commits from main into staging 2026-06-01 17:30:18 +00:00
Showing only changes of commit 8f90a4cfda - Show all commits
@@ -47,7 +47,7 @@ namespace Email.Data.Migrations
// Match result email — body (HTML formatted)
Row("email.match.body", "en",
@"<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;"">
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">CV ID</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)");
Row("email.match.body", "ro",
@"<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;"">
<td style=""padding: 12px 15px; font-weight: bold; width: 35%;"">ID Document CV</td>
<td style=""padding: 12px 15px;"">{{cvDocumentId}}</td>