1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00
documize/gui/app/templates/components/customize/change-log.hbs
2021-11-03 11:46:20 -04:00

14 lines
418 B
Handlebars

<div class="product-update">
<div class="update-status">
{{#if appMeta.updateAvailable }}
<a class="title" href="https://www.documize.com/community/downloads">Product update is available :)</a>
<p class="instructions">
To upgrade, replace existing binary and restart Documize Community.
</p>
<Ui::UiSpacer @size="400" />
{{/if}}
</div>
<div class="change-log">
{{{changelog}}}
</div>
</div>