mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
4c79770580
closes #3558 - Replaced canAssignRoles as "show user" conditional with new "canMakeOwner"
6 lines
No EOL
253 B
Handlebars
6 lines
No EOL
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}} |