mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: use CDN when expanding avatar templates
This commit is contained in:
@@ -38,7 +38,7 @@ export default Em.Component.extend({
|
||||
}
|
||||
iconsHtml += Discourse.Utilities.avatarImg({
|
||||
size: 'small',
|
||||
avatarTemplate: u.get('avatar_template'),
|
||||
avatarTemplate: u.get('avatarTemplate'),
|
||||
title: u.get('username')
|
||||
});
|
||||
iconsHtml += "</a>";
|
||||
|
||||
Reference in New Issue
Block a user