Ghost/ghost/admin/app/templates/staff/user-loading.hbs

18 lines
507 B
Handlebars
Raw Normal View History

<section class="gh-canvas">
<header class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>
{{link-to "Staff" "staff" data-test-staff-link=true}}
<span>{{svg-jar "arrow-right"}}</span>
{{user.name}}
</h2>
<section class="view-actions">
<div class="gh-btn gh-btn-blue"><span>Save</span></div>
</section>
</header>
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>