mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
7 lines
224 B
Handlebars
7 lines
224 B
Handlebars
|
{{#if isOpen}}
|
||
|
<div class="gh-cardmenu">
|
||
|
{{#each toolbar as |tool index|}}
|
||
|
{{koenig-menu-item tool=tool editor=editor range=range selected=tool.selected clicked=(action "closeMenu")}}
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
{{/if}}
|