summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-16 17:07:47 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-16 17:07:47 +0200
commit06dfbdf7c8eb7e810f9ad56621ce709ee66b210a (patch)
tree17a17a213d48c1431152d5a85699d73fcc922aeb /webclient/recents/recents.html
parentBing on all the things if there are 0 bing words. (diff)
downloadsynapse-06dfbdf7c8eb7e810f9ad56621ce709ee66b210a.tar.xz
WEB-27: We don't need to show the user-count in Recents in the room sidepanel - takes up too much room
Diffstat (limited to '')
-rw-r--r--webclient/recents/recents.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html
index 789ffc9d20..e783d3a6b4 100644
--- a/webclient/recents/recents.html
+++ b/webclient/recents/recents.html
@@ -8,7 +8,7 @@
                 <td class="recentsRoomName">
                     {{ room.room_id | mRoomName }}
                 </td>
-                <td class="recentsRoomSummaryTS">
+                <td class="recentsRoomSummaryUsersCount">
                     <span ng-show="undefined !== room.numUsersInRoom">
                         {{ room.numUsersInRoom || '1' }} {{ room.numUsersInRoom == 1 ? 'user' : 'users' }}                     
                     </span>