success join angeltype button

This commit is contained in:
Xu 2024-02-18 17:16:40 +01:00 committed by Igor Scheller
parent 5b8b59008a
commit e18cddae86
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ function angeltypes_list_controller()
$actions[] = button(
url('/user_angeltypes', ['action' => 'add', 'angeltype_id' => $angeltype->id]),
icon('box-arrow-in-right') . ($admin_angeltypes ? '' : __('Join')),
'btn-sm',
'btn-sm' . ($admin_angeltypes ? ' btn-success' : ''),
'',
($admin_angeltypes ? __('Join') : '')
);