mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
10ffe68c08
- Implement new GUI 2.0 dropdowns into templates
6 lines
No EOL
279 B
Handlebars
6 lines
No EOL
279 B
Handlebars
{{#if view.parentView.canMakeOwner}}
|
|
<li><button {{action "openModal" "transfer-owner" this}}>Make Owner</button></li>
|
|
{{/if}}
|
|
{{#if view.parentView.deleteUserActionIsVisible}}
|
|
<li><button {{action "openModal" "delete-user" this}} class="delete">Delete User</button></li>
|
|
{{/if}} |