Ghost/ghost/admin/app/templates/settings/general-loading.hbs

13 lines
442 B
Handlebars
Raw Normal View History

<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="view-container">
{{gh-loading-spinner}}
</section>
</section>