Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #426 from juanjcsr/user-template-fix
Browse files Browse the repository at this point in the history
Switch labels in user admin page
  • Loading branch information
jkleinsc committed Apr 19, 2016
2 parents e9ca388 + 0f0a6ca commit ddaa651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/users/index/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
{{#each model as |user|}}
{{#unless user.deleted}}
<tr {{action 'editItem' user}} class="clickable">
<td class="user-display-name">{{user.displayName}}</td>
<td class="user-name">{{user.name}}</td>
<td class="user-display-name">{{user.displayName}}</td>
<td class="user-email">{{user.email}}</td>
<td class="user-role">{{user.displayRole}}</td>
{{#if showActions}}
Expand Down

0 comments on commit ddaa651

Please sign in to comment.