mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
16 lines
534 B
Handlebars
16 lines
534 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title">Team members</h2>
|
|
{{!-- Do not show Invite user button to authors --}}
|
|
{{#unless session.user.isAuthor}}
|
|
<section class="view-actions">
|
|
<button class="gh-btn gh-btn-green" {{action "toggleInviteUserModal"}} ><span>Invite People</span></button>
|
|
</section>
|
|
{{/unless}}
|
|
</header>
|
|
|
|
<div class="view-container">
|
|
{{gh-loading-spinner}}
|
|
</div>
|
|
</section>
|