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:
parent
fe7548cd97
commit
91a3c59cd2
3 changed files with 15 additions and 24 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue