Add powered by footer

Fixes #77
This commit is contained in:
Girish Ramakrishnan
2016-10-13 16:01:50 -07:00
parent 1c22cb8443
commit f94a653e80

View File

@@ -4,13 +4,16 @@ Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>
Welcome to <%= cloudronName %>!
To get started, activate your account by visiting the following page:
To get started, activate your account:
<%= setupLink %>
<% if (invitor && invitor.email) { %>
Your <%= invitor.email %>
You are receiving this email because you were invited by <%= invitor.email %>.
<% } %>
Powered by Cloudron.io
<% } else { %>
<center>
@@ -22,10 +25,23 @@ Your <%= invitor.email %>
<h2>Welcome to <%= cloudronName %>!</h2>
<p>
<% if (invitor && invitor.email) { %>
You got invited by <%= invitor.email %>.<br/>
<% } %>
To get started, <a href="<%= setupLink %>">activate your account</a>.
</p>
<br/>
<br/>
<div style="font-size: 10px; color: #333333; background: #ffffff;">
Powered by <a href="https://cloudron.io">Cloudron</a>.
<br/>
<% if (invitor && invitor.email) { %>
You are receiving this email because you were invited by <%= invitor.email %>.
<% } %>
</div>
<% } %>
</center>