mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
14 lines
418 B
Handlebars
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>
|