FIX: user-small component had a broken link to to the user

This commit is contained in:
Robin Ward 2015-03-27 11:55:13 -04:00
parent 7a38360fbd
commit 9e7080eee4

View File

@ -1,7 +1,7 @@
export default Ember.Component.extend({ export default Ember.Component.extend({
classNames: ['user-small'], classNames: ['user-small'],
userPath: Discourse.computed.url('username', '/users/%@'), userPath: Discourse.computed.url('user.username', '/users/%@'),
name: function() { name: function() {
const name = this.get('user.name'); const name = this.get('user.name');