1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/app/templates/components/customize/change-log.hbs

15 lines
418 B
Handlebars
Raw Normal View History

2018-11-07 15:56:05 +00:00
<div class="product-update">
<div class="update-status">
2018-12-13 13:34:26 +00:00
{{#if appMeta.updateAvailable }}
2021-11-03 11:46:20 -04:00
<a class="title" href="https://www.documize.com/community/downloads">Product update is available :)</a>
2018-11-07 15:56:05 +00:00
<p class="instructions">
2021-11-03 11:46:20 -04:00
To upgrade, replace existing binary and restart Documize Community.
2018-11-07 15:56:05 +00:00
</p>
2021-11-03 11:46:20 -04:00
<Ui::UiSpacer @size="400" />
2018-11-07 15:56:05 +00:00
{{/if}}
</div>
<div class="change-log">
2018-11-07 15:56:05 +00:00
{{{changelog}}}
</div>
</div>