mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
6 lines
257 B
Handlebars
6 lines
257 B
Handlebars
{{#if view.canMakeOwner}}
|
|
<li><button {{action "openModal" "transfer-owner" this}}>Make Owner</button></li>
|
|
{{/if}}
|
|
{{#if view.deleteUserActionIsVisible}}
|
|
<li><button {{action "openModal" "delete-user" this}} class="delete">Delete User</button></li>
|
|
{{/if}} |