mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
7 lines
195 B
Handlebars
7 lines
195 B
Handlebars
<span class='email'>{{user.email}}</span>
|
|
<span class='role'>{{roleName}}</span>
|
|
|
|
<button class="wizard-btn small danger remove-user" {{action "removeUser" user}}>
|
|
{{d-icon "times"}}
|
|
</button>
|