~netlandish/links

8b3d07988cd4ea9b35e3f81565debf7d13bb06f1 — Rael Monge 4 months ago 6bc6d00
Formatting the email_*html.html files to html
1 files changed, 10 insertions(+), 2 deletions(-)

M templates/email_add_member_invitation_html.html
M templates/email_add_member_invitation_html.html => templates/email_add_member_invitation_html.html +10 -2
@@ 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" .}}