mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: user-small
component had a broken link to to the user
This commit is contained in:
parent
7a38360fbd
commit
9e7080eee4
@ -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 New Issue
Block a user