mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: The page is actually called userpage
This commit is contained in:
parent
42509964da
commit
66fe80c52a
@ -47,7 +47,7 @@ class GroupMessage
|
|||||||
if @opts[:user]
|
if @opts[:user]
|
||||||
h.merge!({
|
h.merge!({
|
||||||
username: @opts[:user].username,
|
username: @opts[:user].username,
|
||||||
user_url: user_path(@opts[:user].username)
|
user_url: userpage_path(@opts[:user].username)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
h
|
h
|
||||||
|
Loading…
Reference in New Issue
Block a user