Compare commits

...

2 Commits

Author SHA1 Message Date
ebtasam-faridy 75db7ad3f8 Merge pull request #4 from harness-community/CI-18739
feat: [CI-18739]: migrate to Go 1.24 with modern dependencies and Go modules
2025-10-15 12:38:00 +05:30
Ompragash Viswanathan f5c31387a1 Fix the Default Email Template to use helper 2025-10-15 11:11:07 +05:30
+2 -2
View File
@@ -191,7 +191,7 @@ const DefaultTemplate = `
<div class="content"> <div class="content">
<table class="main" width="100%" cellpadding="0" cellspacing="0"> <table class="main" width="100%" cellpadding="0" cellspacing="0">
<tr> <tr>
{{#success build.status}} {{#equal build.status "success"}}
<td class="alert alert-good"> <td class="alert alert-good">
<a href="{{ build.link }}"> <a href="{{ build.link }}">
Successful build #{{ build.number }} Successful build #{{ build.number }}
@@ -203,7 +203,7 @@ const DefaultTemplate = `
Failed build #{{ build.number }} Failed build #{{ build.number }}
</a> </a>
</td> </td>
{{/success}} {{/equal}}
</tr> </tr>
<tr> <tr>
<td class="content-wrap"> <td class="content-wrap">