mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
11 lines
343 B
Handlebars
11 lines
343 B
Handlebars
|
<div class="{{this.visibilityClass}}">
|
||
|
<div class="gh-billing-container">
|
||
|
<div class="gh-billing-close">
|
||
|
<button class="close" href title="Close" {{on "click" (action "closeModal")}}>
|
||
|
{{svg-jar "close"}}
|
||
|
</button>
|
||
|
</div>
|
||
|
|
||
|
<GhBillingIframe></GhBillingIframe>
|
||
|
</div>
|
||
|
</div>
|