Rename "User Expansion" to the much clearer "User Card"

This commit is contained in:
Robin Ward
2014-10-20 12:11:36 -04:00
parent 10094a0bcd
commit 1cf4a0d604
27 changed files with 76 additions and 71 deletions

View File

@ -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;
},