1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 18:49:43 +02:00

Remove Ember Attacher add-on

This commit is contained in:
HarveyKandola 2022-01-10 17:01:54 -05:00
parent 5d5e212a6b
commit c31c130ffd
17 changed files with 30 additions and 105 deletions

View file

@ -29,10 +29,6 @@
<li class="block-option" {{action "onInsertBlock" block}}>
<div class="name">{{block.title}}</div>
<div class="desc">{{block.excerpt}}</div>
{{#attach-tooltip showDelay=1000}}
{{block.excerpt}}<br>
Published by {{block.firstname}} {{block.lastname}}, {{time-ago block.created}}
{{/attach-tooltip}}
</li>
{{/each}}
</ul>