diff --git a/includes/controller/angeltypes_controller.php b/includes/controller/angeltypes_controller.php index 741f8afb..89652a25 100644 --- a/includes/controller/angeltypes_controller.php +++ b/includes/controller/angeltypes_controller.php @@ -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') : '') );