1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-26 12:21:36 +03:00
Ghost/ghost/admin/templates/-user-actions-menu.hbs
Fabian Becker db85e45add Show settings-cog and back button
closes 
- Make user-settings-cog reappear
- Show [< Users] back button
2014-09-03 17:18:41 +02: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}}