mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Make group membership UX clearer
By labelling buttons with more copy!
This commit is contained in:
parent
3bccd6a537
commit
cf1e1ff943
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-4 buttons text-right">
|
||||
<button class="btn btn-primary" {{action 'onShowAddMemberModal' group.id}}>Add</button>
|
||||
<button class="btn btn-primary" {{action 'onShowAddMemberModal' group.id}}>Add Member</button>
|
||||
{{#if (gt group.members 0)}}
|
||||
<div class="button-icon-gap" />
|
||||
<button class="btn btn-danger" {{action 'onShowRemoveMemberModal' group.id}}>Remove</button>
|
||||
<button class="btn btn-danger" {{action 'onShowRemoveMemberModal' group.id}}>Remove Member</button>
|
||||
{{/if}}
|
||||
<div class="button-icon-gap" />
|
||||
<div class="button-icon-gray align-middle" data-toggle="tooltip" data-placement="top" title="Rename" {{action 'onShowEditModal' group.id}}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue