mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-19 21:17:54 +01:00
footer lastest user links to their profile
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
if (data.username == '') {
|
||||
latest_user.innerHTML = '';
|
||||
} else {
|
||||
latest_user.innerHTML = "The most recent user to register is <b>" + data.username + "</b>.";
|
||||
latest_user.innerHTML = "The most recent user to register is <b><a href='/users/"+data.username+"'>" + data.username + "</a></b>.";
|
||||
}
|
||||
});
|
||||
socket.emit('api:user.active.get');
|
||||
|
||||
Reference in New Issue
Block a user