Ghost/ghost/admin/app/templates/settings/code-injection-loading.hbs

17 lines
578 B
Handlebars
Raw Normal View History

<section class="gh-canvas">
2021-02-10 13:54:27 +03:00
<GhCanvasHeader class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>
<LinkTo @route="settings">Settings</LinkTo>
<span>{{svg-jar "arrow-right"}}</span>
Code injection
</h2>
<section class="view-actions">
2021-02-10 13:54:27 +03:00
<GhTaskButton @task={{this.saveTask}} @class="gh-btn gh-btn-primary gh-btn-icon" data-test-save-button={{true}} />
</section>
2021-02-10 13:54:27 +03:00
</GhCanvasHeader>
<section class="gh-content">
<GhLoadingSpinner />
</section>
</section>