Ghost/ghost/admin/app/templates/settings/labs-loading.hbs
Peter Zimon e903046813 Basic settings restructure
- created new central settings page and moved there all settings from the nav menu
2021-02-02 16:08:03 +00:00

14 lines
359 B
Handlebars

<section class="gh-canvas">
<header class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>
<LinkTo @route="settings">Settings</LinkTo>
<span>{{svg-jar "arrow-right"}}</span>
Labs
</h2>
</header>
<div class="gh-content">
<GhLoadingSpinner />
</div>
</section>