mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
ad98a9a072
refs https://github.com/TryGhost/Ghost/issues/7865 - updates all settings screens to use EC tasks and `gh-task-button` to get save-state save buttons - removes now-unused `settings-save` mixin - moves the order of button color CSS so that grey buttons can change to green/red after completing - removes the heading from `apps-loading` template so that there's no odd flash when loading slack/amp screens directly
13 lines
398 B
Handlebars
13 lines
398 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title">Code injection</h2>
|
|
<section class="view-actions">
|
|
{{gh-task-button task=save class="gh-btn gh-btn-blue" disabled=true data-test-save-button=true}}
|
|
</section>
|
|
</header>
|
|
|
|
<section class="view-container">
|
|
{{gh-loading-spinner}}
|
|
</section>
|
|
</section>
|