forked from Cavemanon/cavepaintings
refer to users by name
This commit is contained in:
@ -33,7 +33,7 @@ class UserLinksColumn extends Column
|
||||
}
|
||||
public function display(array $row)
|
||||
{
|
||||
return A(["href"=>make_link("post/list/user_id={$row['id']}/1")], "Posts");
|
||||
return A(["href"=>make_link("post/list/user={$row['name']}/1")], "Posts");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user