mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: user-small
component had a broken link to to the user
This commit is contained in:
parent
7a38360fbd
commit
9e7080eee4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
export default Ember.Component.extend({
|
||||
classNames: ['user-small'],
|
||||
|
||||
userPath: Discourse.computed.url('username', '/users/%@'),
|
||||
userPath: Discourse.computed.url('user.username', '/users/%@'),
|
||||
|
||||
name: function() {
|
||||
const name = this.get('user.name');
|
||||
|
|
Loading…
Reference in a new issue