~netlandish/links-dev

links: Formatting the email_*html.html files to html v2 APPLIED

Rael Monge: 1
 Formatting the email_*html.html files to html

 1 files changed, 10 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.code.netlandish.com/~netlandish/links-dev/patches/86/mbox | git am -3
Learn more about email & git

[PATCH links v2] 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..0e2764d 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;">
    Please click the link below:
    <a href="{{buildURL .confURL}}" class="btn btn-primary">{{buildURL .confURL}}</a>
</p>

{{template "email_base_footer" .}}
-- 
2.34.1
Thanks! Pushed.

Peter