mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
a23bbf2368
no issue - integrations index screen no longer needs to reload the settings cache - individual built-in integration routes should handle their own reloading if necessary (eg, zapier doesn't need any settings so doesn't need a delay or loading template) - built-in integration routes are no longer nested and so need their own loading templates
14 lines
369 B
Handlebars
14 lines
369 B
Handlebars
<div class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
{{#link-to "settings.integrations"}}Integrations{{/link-to}}
|
|
<span>{{svg-jar "arrow-right"}}</span>
|
|
AMP
|
|
</h2>
|
|
</header>
|
|
|
|
<div class="gh-content">
|
|
{{gh-loading-spinner}}
|
|
</div>
|
|
</div>
|