2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Admin,
|
|
|
|
|
|
|
|
|
|
A new version of Cloudron <%= fqdn %> is available!
|
|
|
|
|
|
2016-01-14 13:54:59 +01:00
|
|
|
Your Cloudron will perform an automatic update over night, or manually update at your convenience at <%= webadminUrl %>.
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
Changelog:
|
|
|
|
|
<% for (var i = 0; i < changelog.length; i++) { %>
|
|
|
|
|
* <%- changelog[i] %>
|
|
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
|
Thank you,
|
2016-01-14 13:54:59 +01:00
|
|
|
your Cloudron
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|