success join angeltype button
This commit is contained in:
parent
5b8b59008a
commit
e18cddae86
|
@ -325,7 +325,7 @@ function angeltypes_list_controller()
|
||||||
$actions[] = button(
|
$actions[] = button(
|
||||||
url('/user_angeltypes', ['action' => 'add', 'angeltype_id' => $angeltype->id]),
|
url('/user_angeltypes', ['action' => 'add', 'angeltype_id' => $angeltype->id]),
|
||||||
icon('box-arrow-in-right') . ($admin_angeltypes ? '' : __('Join')),
|
icon('box-arrow-in-right') . ($admin_angeltypes ? '' : __('Join')),
|
||||||
'btn-sm',
|
'btn-sm' . ($admin_angeltypes ? ' btn-success' : ''),
|
||||||
'',
|
'',
|
||||||
($admin_angeltypes ? __('Join') : '')
|
($admin_angeltypes ? __('Join') : '')
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue