diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-05-09 17:53:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 17:53:29 +0200 |
commit | 72e45fffdea16673f257cb80b40269e73ccffaba (patch) | |
tree | 5684e5790e20da795b6f4f10c4343e42386364fb /server/sonar-web/src/main/js/apps/users/templates | |
parent | 56fd51b9750c20b1c502789c37632d3e60012b0f (diff) | |
download | sonarqube-72e45fffdea16673f257cb80b40269e73ccffaba.tar.gz sonarqube-72e45fffdea16673f257cb80b40269e73ccffaba.zip |
MMF-661 rework search (#2030)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/users/templates')
-rw-r--r-- | server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs b/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs index 45e51c4983c..9e73394a88c 100644 --- a/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs +++ b/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs @@ -1,8 +1,6 @@ -{{#ifShowAvatars}} - <td class="thin nowrap"> - <div>{{avatarHelper email 36}}</div> - </td> -{{/ifShowAvatars}} +<td class="thin nowrap"> + <div>{{avatarHelper email name 36}}</div> +</td> <td> <div> |