mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Upgrade UI framework to Ember v3.10.0
This commit is contained in:
parent
49bf4eeaa0
commit
479508e436
22 changed files with 68656 additions and 1745 deletions
|
@ -11,7 +11,7 @@
|
|||
<div class="document-sidebar-attachment">
|
||||
<ul class="files">
|
||||
{{#each files key="id" as |file|}}
|
||||
{{#if (eq file.pageId '')}}
|
||||
{{#if (eq file.pageId "")}}
|
||||
<li class="file">
|
||||
<a href="{{appMeta.endpoint}}/public/attachment/{{appMeta.orgId}}/{{file.id}}{{downloadQuery}}">
|
||||
{{file.filename}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue