mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 16:21:24 -05:00
6 lines
196 B
Handlebars
6 lines
196 B
Handlebars
<span class='email'>{{user.email}}</span>
|
|
<span class='role'>{{roleName}}</span>
|
|
|
|
<button class="wizard-btn small danger remove-user" {{action "removeUser" user}}>
|
|
{{fa-icon "times"}}
|
|
</button>
|