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