1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Allow content to contain links to network locations

This commit is contained in:
Harvey Kandola 2018-07-09 14:41:55 -04:00
parent 19736aab04
commit 4cfbd57871
13 changed files with 129 additions and 30 deletions

View file

@ -1,5 +1,11 @@
<div class="row no-gutters d-flex align-items-center">
<div class="col d-flex justify-content-start">
<div class="footer">
<a href="https://documize.com?ref=af">Documize {{appMeta.version}}</a>
</div>
{{yield}}
</div>
<div class="col d-flex justify-content-end">
<div class="footer">
{{#if showWait}}
<div class="progress progress-wait animated fadeIn">
@ -9,12 +15,9 @@
{{#if showDone}}
<div class="progress progress-done animated zoomIn">&check;</div>
{{/if}}
</div>
{{yield}}
</div>
<div class="col d-flex justify-content-end">
<div class="footer">
<a href="https://documize.com?ref=af">Documize {{appMeta.version}}</a>
{{#if showMessage}}
<div class="progress-notification animated zoomIn">{{message}}</div>
{{/if}}
</div>
</div>
</div>