1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Remove redundant comment/feedback feature

Enterprise edition contains the feedbacl/comment feature and Community edition should not show this.

Closes #272
This commit is contained in:
McMatts 2019-05-30 10:41:09 +01:00
parent fe7548cd97
commit 91a3c59cd2
3 changed files with 15 additions and 24 deletions

View file

@ -29,14 +29,16 @@
</li>
{{/if}}
{{/each}}
{{#if canEdit}}
<li id="upload-document-files">
<span>Upload</span>
</li>
{{/if}}
</ul>
</div>
{{#if canEdit}}
{{#unless hasAttachments}}
<Ui::UiSpacer @size="100" />
{{/unless}}
<div id="upload-document-files">
<span>Upload</span>
</div>
{{/if}}
{{/if}}