mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
12 lines
385 B
Handlebars
12 lines
385 B
Handlebars
|
<div class="liquid-tether-overlay {{overlayClass}} {{if on-overlay-click 'clickable'}}" {{action 'clickOverlay'}}></div>
|
||
|
<div class="liquid-tether {{tetherClass}}">
|
||
|
{{#if hasBlock}}
|
||
|
{{yield}}
|
||
|
{{else}}
|
||
|
{{component modalPath
|
||
|
model=model
|
||
|
confirm=(action 'confirm')
|
||
|
closeModal=(action 'close')}}
|
||
|
{{/if}}
|
||
|
</div>
|