Ghost/ghost/admin/app/templates/settings/labs-loading.hbs
Aileen Nowak 9b0c542cc1 💄 Fix positioning of loading spinner (#751)
closes TryGhost/Ghost#8556

Use the correct classes consistently for `gh-loading-spinner` component.
2017-06-19 11:09:53 +01:00

10 lines
232 B
Handlebars

<section class="gh-canvas">
<header class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>Labs</h2>
</header>
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>