Ghost/ghost/admin/app/templates/migrate.hbs
Paul Davis 86027fdb6f
Add Migrate app (#16458)
Adds the UI for self-serve migrations
2023-03-30 15:40:06 +01:00

9 lines
319 B
Handlebars

<div class="gh-migrate-fullscreen-container">
<div class="gh-migrate-close">
<a href="javascript:void(0)" {{on "click" this.closeMigrate}} data-test-button="close-migrate">
{{svg-jar "close"}}<span class="hidden">Close</span>
</a>
</div>
<GhMigrateModal></GhMigrateModal>
</div>