[PATCH links] Formatting the email_*html.html files to html
Export this patch
---
templates/email_add_member_invitation_html.html | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/templates/email_add_member_invitation_html.html b/templates/email_add_member_invitation_html.html
index 2101deb..f15f85e 100644
--- a/templates/email_add_member_invitation_html.html
+++ b/templates/email_add_member_invitation_html.html
@@ -1,3 +1,11 @@
-You have been invited by {{.currentUser}} to join {{.org}} in links.
+{{template "email_base" .}}
-Please click the link below: {{buildURL .confURL}}
+<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">
+ You have been invited by {{.currentUser}} to join {{.org}} in links.
+</p>
+<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;"></p>
You're closing the p tag here (</p>)...
+ Please click the link below:
+ <a href="{{buildURL .confURL}}" class="btn btn-primary">{{buildURL .confURL}}</a>
+</p>
And also here. You need to remove the first closing tag and resubmit
please.
+
+{{template "email_base_footer" .}}
--
2.34.1