mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Fix URL to user profile. (#6881)
This commit is contained in:
committed by
Régis Hanol
parent
bd31423137
commit
d589c66f3e
@@ -144,7 +144,7 @@ createWidget("discourse-poll-voters", {
|
||||
return h("li", [
|
||||
avatarFor("tiny", {
|
||||
username: user.username,
|
||||
url: userPath(user.username),
|
||||
url: this.site.mobileView ? userPath(user.username) : undefined,
|
||||
template: user.avatar_template
|
||||
}),
|
||||
" "
|
||||
|
||||
Reference in New Issue
Block a user