Ghost/ghost/admin/app/templates/staff/user-loading.hbs
Peter Zimon 605b89a0d2 Left navigation menu update (#1102)
refs. [d6c22df](d6c22df6d7)

- added icons for members and pages
- improved view site link visibility
- added view site to logo dropdown
- updated all navigation and logo menu icons
- rename 'team' to 'staff'
- lots of design refinement and update (colors, shadows)
2019-02-22 16:43:35 +07:00

18 lines
507 B
Handlebars

<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>