mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
605b89a0d2
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)
18 lines
507 B
Handlebars
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>
|