Fix users page link

This commit is contained in:
Igor Scheller 2023-09-24 22:37:03 +02:00
parent 4267a76adb
commit 4cd7103121
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ function Users_view(
return page_with_title(__('All users'), [
msg(),
buttons([
button(page_link_to('register'), icon('plus-lg') . __('New user')),
button(page_link_to('sign-up'), icon('plus-lg') . __('New user')),
]),
table($user_table_headers, $usersList),
]);