mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Rename "User Expansion" to the much clearer "User Card"
This commit is contained in:
@ -20,7 +20,7 @@ var ApplicationRoute = Discourse.Route.extend({
|
||||
},
|
||||
|
||||
expandUser: function(user) {
|
||||
this.controllerFor('user-expansion').show(user.get('username'), user.get('uploaded_avatar_id'));
|
||||
this.controllerFor('user-card').show(user.get('username'), user.get('uploaded_avatar_id'));
|
||||
return true;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user