Ghost/core/client/app/templates/-user-actions-menu.hbs
2015-03-11 12:37:41 -06:00

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}}