aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-08-15 17:12:04 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-08-17 16:42:15 +0200
commit92a5bd4f512a7d9db533d04b051b92c3a3bec6c7 (patch)
tree09acafc03a11609d18277b814cb90765be0ddf4b /server/sonar-web/src/main/js/apps
parent99a29c395b07c79b45b3360d15df74718ed95b59 (diff)
downloadsonarqube-92a5bd4f512a7d9db533d04b051b92c3a3bec6c7.tar.gz
sonarqube-92a5bd4f512a7d9db533d04b051b92c3a3bec6c7.zip
SONAR-9474 Don't hide the avatar column anymore in users adminitration
Diffstat (limited to 'server/sonar-web/src/main/js/apps')
-rw-r--r--server/sonar-web/src/main/js/apps/users/templates/users-list.hbs4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs b/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs
index 15b3fe3ce14..e619880b584 100644
--- a/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs
+++ b/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs
@@ -1,9 +1,7 @@
<table class="data zebra">
<thead>
<tr>
- {{#ifShowAvatars}}
- <th>&nbsp;</th>
- {{/ifShowAvatars}}
+ <th>&nbsp;</th>
<th class="nowrap">&nbsp;</th>
<th class="nowrap">SCM Accounts</th>
{{#unless customOrganizations}}