mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
copyedits on admin PM notifications
This commit is contained in:
@@ -47,7 +47,7 @@ class GroupMessage
|
||||
if @opts[:user]
|
||||
h.merge!({
|
||||
username: @opts[:user].username,
|
||||
user_url: admin_user_path(@opts[:user].username)
|
||||
user_url: user_path(@opts[:user].username)
|
||||
})
|
||||
end
|
||||
h
|
||||
|
||||
Reference in New Issue
Block a user