Files
cloudron-box/src/mail_templates/app_update_available.ejs
T
2016-02-04 15:31:40 +01:00

19 lines
373 B
Plaintext

<%if (format === 'text') { %>
Dear Admin,
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
Changes:
<%= updateInfo.manifest.changelog %>
Thank you,
your Cloudron
<% } else { %>
<% } %>