Ghost/ghost/admin/app/templates/settings/integrations/unsplash-loading.hbs
Peter Zimon e903046813 Basic settings restructure
- created new central settings page and moved there all settings from the nav menu
2021-02-02 16:08:03 +00:00

15 lines
478 B
Handlebars

<div class="gh-canvas">
<header 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>
Unsplash
</h2>
</header>
<div class="gh-content">
<GhLoadingSpinner />
</div>
</div>