Allow vacancies to be deleted

This commit is contained in:
2021-10-25 05:45:45 +01:00
parent 596d0ab648
commit c657da951c
7 changed files with 44 additions and 12 deletions

View File

@@ -314,8 +314,8 @@ return [
'url' => '/hr/staff-members',
'can' => 'admin.stafflist',
],
[ // players who haven't been promoted yet
'text' => 'm_reg_players',
[
'text' => 'Registered users',
'icon' => 'fas fa-fw fa-user-friends',
'url' => '/hr/players',
'can' => 'admin.userlist',