mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
closes #721, admins can edit other users from their edit page
This commit is contained in:
@@ -45,6 +45,10 @@ define(function() {
|
||||
settingsLink.hide();
|
||||
favouritesLink.hide();
|
||||
}
|
||||
|
||||
if(app.isAdmin) {
|
||||
editLink.show();
|
||||
}
|
||||
}
|
||||
|
||||
function selectActivePill() {
|
||||
|
||||
Reference in New Issue
Block a user