mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 20:04:18 +08:00
UX: Change group membership requests icons on groups pages.
https://meta.discourse.org/t/make-it-easier-to-send-a-message-to-groups/65065
This commit is contained in:
parent
2442bba131
commit
4d25d61e9c
@ -2,13 +2,13 @@
|
||||
{{#if userIsGroupUser}}
|
||||
{{d-button action="leaveGroup"
|
||||
class="btn-danger group-index-leave"
|
||||
icon="minus"
|
||||
icon="user-times"
|
||||
label="groups.leave"
|
||||
disabled=updatingMembership}}
|
||||
{{else}}
|
||||
{{d-button action="joinGroup"
|
||||
class="group-index-join"
|
||||
icon="plus"
|
||||
icon="user-plus"
|
||||
label="groups.join"
|
||||
disabled=updatingMembership}}
|
||||
{{/if}}
|
||||
@ -25,7 +25,7 @@
|
||||
{{d-button action="requestMembership"
|
||||
class="group-index-request"
|
||||
disabled=loading
|
||||
icon="envelope"
|
||||
icon="user-plus"
|
||||
label="groups.request"}}
|
||||
|
||||
{{#if loading}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user