mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
737db37175
- Restructured Admin so that Integrations becomes a subpage of Settings.
16 lines
546 B
Handlebars
16 lines
546 B
Handlebars
<section class="gh-canvas">
|
|
<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>
|
|
<LinkTo @route="settings.integrations">Integrations</LinkTo>
|
|
<span>{{svg-jar "arrow-right"}}</span>
|
|
AMP
|
|
</h2>
|
|
<section class="view-actions"></section>
|
|
</GhCanvasHeader>
|
|
|
|
<div class="gh-content">
|
|
<GhLoadingSpinner />
|
|
</div>
|
|
</section> |