1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Refresh avatar display after uploading

This commit is contained in:
Toby Zerner
2015-03-27 11:49:26 +10:30
parent 38bbfc78d0
commit 257a3fde1a
5 changed files with 36 additions and 9 deletions

View File

@@ -18,5 +18,5 @@ export default Ember.Handlebars.makeBoundHelper(function(user, options) {
}
return new Ember.Handlebars.SafeString('<span '+attributes+'>'+content+'</span>');
});
}, 'avatarUrl', 'username', 'color');