mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Replace Bootstrap tooltips/popovers/dropdowns
With Ember Attacher component. This commit removes redundant BS code. Co-Authored-By: McMatts <matt@documize.com>
This commit is contained in:
parent
f05a6fc999
commit
75a19a80f9
44 changed files with 160 additions and 353 deletions
|
@ -1,3 +1,4 @@
|
|||
<div class="avatar" id="avatar-{{refId}}" title="{{firstname}} {{lastname}}" data-toggle="tooltip" data-placement="top">
|
||||
<div class="avatar" id="avatar-{{refId}}">
|
||||
{{user-initials firstname lastname}}
|
||||
{{#attach-tooltip showDelay=1000}}{{firstname}}{{lastname}}{{/attach-tooltip}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue