mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04:00
FIX: The page is actually called userpage
This commit is contained in:
parent
42509964da
commit
66fe80c52a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class GroupMessage
|
|||
if @opts[:user]
|
||||
h.merge!({
|
||||
username: @opts[:user].username,
|
||||
user_url: user_path(@opts[:user].username)
|
||||
user_url: userpage_path(@opts[:user].username)
|
||||
})
|
||||
end
|
||||
h
|
||||
|
|
Loading…
Add table
Reference in a new issue