mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
We have two pressing needs: 1. Improve experience on real estate challenged devices. 2. Make room for product feature-set growth. To hit these targets, we need to develop better UX through smarter on-screen space management.
33 lines
1.7 KiB
Handlebars
33 lines
1.7 KiB
Handlebars
<div class="product-update">
|
|
<div class="update-status">
|
|
{{#if appMeta.updateAvailable }}
|
|
<a class="title" href="https://www.documize.com/downloads">Documize product update is available :)</a>
|
|
<p class="instructions">
|
|
To upgrade, replace existing binary and restart Documize. Migrate between Community and Enterprise editions seamlessly.
|
|
</p>
|
|
{{else}}
|
|
<div class="title">Product Downloads</div>
|
|
{{/if}}
|
|
<div class="links">
|
|
<p>
|
|
<span class="edition-name">Community Edition {{appMeta.communityLatest}}</span>
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-community-windows-amd64.exe">Windows</a> ·
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-community-linux-amd64">Linux</a> ·
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-community-darwin-amd64">macOS</a>
|
|
</p>
|
|
<p>
|
|
<span class="edition-name">Enterprise Edition {{appMeta.enterpriseLatest}}</span>
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-enterprise-windows-amd64.exe">Windows</a> ·
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-enterprise-linux-amd64">Linux</a> ·
|
|
<a class="link" href="https://storage.googleapis.com/documize/downloads/documize-enterprise-darwin-amd64">macOS</a>
|
|
</p>
|
|
<small class="color-gray-500 margin-top-20">
|
|
Documize utilizes {{#link-to "customize.notice" class="color-gray-600"}}third party{{/link-to}} open source components
|
|
</small>
|
|
</div>
|
|
</div>
|
|
<Ui::UiSpacer @size=400 />
|
|
<div class="change-log">
|
|
{{{changelog}}}
|
|
</div>
|
|
</div>
|