[statistics] make usernames into links

This commit is contained in:
discomrade 2024-06-17 00:52:23 +00:00 committed by Shish
parent 3fc9753e8e
commit 9deeb38c00

View file

@ -43,7 +43,7 @@ class StatisticsTheme extends Themelet
TR(
TD([], $n),
TD([], rawHTML((string)$value)),
TD([], $user)
TD([], rawHTML('<a class="username" href="'.make_link('user/'.$user).'">'.$user.'</a>'))
)
);
$n++;