mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
add href
This commit is contained in:
parent
8f6c5f05e2
commit
7424df3074
@ -45,7 +45,8 @@ class ProfileTableBuilder extends TableBuilder
|
||||
protected $buttons = [
|
||||
'go_user'=> [
|
||||
'type' => 'info',
|
||||
'icon' => 'fa fa-user'
|
||||
'icon' => 'fa fa-user',
|
||||
'href' => '/admin/users/edit/{entry.user_id}'
|
||||
],
|
||||
'edit' => [
|
||||
'text' => 'visiosoft.module.profile::button.go_profile'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user