copyedits on admin PM notifications

This commit is contained in:
Jeff Atwood
2014-06-04 13:39:54 -07:00
parent 411985de3b
commit 42509964da
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -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