mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
9b0c542cc1
closes TryGhost/Ghost#8556 Use the correct classes consistently for `gh-loading-spinner` component.
10 lines
232 B
Handlebars
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>
|