UX: show staged users' email addresses to staff without requiring a button press

This commit is contained in:
Neil Lalonde
2017-11-24 16:11:34 -05:00
parent 510a2a1e0f
commit 39d7745dc5
5 changed files with 15 additions and 4 deletions
@@ -53,8 +53,11 @@
{{avatar user imageSize="small"}}
</a>
</td>
<td>
<td class="username">
{{#link-to 'adminUser' user}}{{unbound user.username}}{{/link-to}}
{{#if user.staged}}
{{d-icon "envelope-o" title="user.staged" }}
{{/if}}
</td>
<td class='email'>
{{unbound user.email}}