This commit is contained in:
Baris Usakli
2013-09-18 16:01:54 -04:00
parent 28704a6164
commit 24e4be77d8
21 changed files with 89 additions and 89 deletions

View File

@@ -135,7 +135,7 @@ var SocketIO = require('socket.io').listen(global.server, {
var usernames = [];
for (var i = 0, ii = users.length; i < ii; ++i) {
usernames[i] = '<strong>' + '<a href="/users/' + users[i].userslug + '">' + users[i].username + '</a></strong>';
usernames[i] = '<strong>' + '<a href="/user/' + users[i].userslug + '">' + users[i].username + '</a></strong>';
}
var joiner = anonymousCount + userCount == 1 ? 'is' : 'are',