mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
f931f27dd4
refs TryGhost/Ghost#8107 - Replaces icon font with `{{inline-svg}}` helper incl. necessary style adjustments.
13 lines
375 B
Handlebars
13 lines
375 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title">Design</h2>
|
|
<section class="view-actions">
|
|
{{gh-task-button task=save class="gh-btn gh-btn-blue gh-btn-icon" disabled=true}}
|
|
</section>
|
|
</header>
|
|
|
|
<section class="view-container">
|
|
{{gh-loading-spinner}}
|
|
</section>
|
|
</section>
|