Files
cloudron-box/src/mail_templates/app_update_available.ejs
T

19 lines
373 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Admin,
2016-02-04 14:45:43 +01:00
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
2016-01-14 11:02:05 -08:00
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
2016-02-04 14:45:43 +01:00
Changes:
<%= updateInfo.manifest.changelog %>
Thank you,
your Cloudron
<% } else { %>
<% } %>