6ef7c15e51
Replaces ember-popover with tippy.js based overlay modifier.
17 lines
259 B
Handlebars
17 lines
259 B
Handlebars
<div
|
|
class="informed-action"
|
|
...attributes
|
|
>
|
|
<div>
|
|
<header>
|
|
{{yield to="header"}}
|
|
</header>
|
|
{{yield to="body"}}
|
|
</div>
|
|
<ul>
|
|
{{yield (hash
|
|
Action=(component "anonymous" tagName="li")
|
|
)
|
|
to="actions"}}
|
|
</ul>
|
|
</div> |