mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +03:00
8841623469
closes #3558 - Replaced canAssignRoles as "show user" conditional with new "canMakeOwner"
6 lines
253 B
Handlebars
6 lines
253 B
Handlebars
{{#if view.parentView.canMakeOwner}}
|
|
<a href="javascript:void(0);" {{action "openModal" "transfer-owner" this}}>Make Owner</a>
|
|
{{/if}}
|
|
{{#if view.parentView.deleteUserActionIsVisible}}
|
|
<a href="javascript:void(0);" class="delete">Delete User</a>
|
|
{{/if}} |