mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
9b0c542cc1
closes TryGhost/Ghost#8556 Use the correct classes consistently for `gh-loading-spinner` component.
13 lines
438 B
Handlebars
13 lines
438 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title" data-test-screen-title>General</h2>
|
|
<section class="view-actions">
|
|
{{gh-task-button "Save settings" task=save class="gh-btn gh-btn-blue gh-btn-icon" disabled=true data-test-save-button=true}}
|
|
</section>
|
|
</header>
|
|
|
|
<section class="gh-content">
|
|
{{gh-loading-spinner}}
|
|
</section>
|
|
</section>
|