mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 08:11:15 -05:00
7 lines
196 B
Handlebars
7 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>
|