mirror of
https://github.com/documize/community.git
synced 2025-08-04 04:55:23 +02:00
Remove Ember Attacher add-on
This commit is contained in:
parent
5d5e212a6b
commit
c31c130ffd
17 changed files with 30 additions and 105 deletions
|
@ -29,13 +29,11 @@
|
|||
title={{item.page.title}}>
|
||||
<span class="numbering">{{item.page.numbering}}</span>
|
||||
{{#if (or item.userHasChangePending userHasNewPagePending)}}
|
||||
<span class="color-red-600">[*] </span>
|
||||
{{#attach-tooltip showDelay=1000}}Pending changes{{/attach-tooltip}}
|
||||
<span class="color-red-600" title="Pending changes">[*] </span>
|
||||
{{/if}}
|
||||
{{#if (or permissions.documentApprove roles.documentApprove)}}
|
||||
{{#if item.changeAwaitingReview}}
|
||||
<span class="color-green-700">[*] </span>
|
||||
{{#attach-tooltip showDelay=1000}}Awaiting approval{{/attach-tooltip}}
|
||||
<span class="color-green-700" title="Awaiting approval">[*] </span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{item.page.title}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue